New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81413


Ignore:
Timestamp:
07/29/11 21:57:35 (4 years ago)
Author:
jmr@…
Message:

qt3: only require build.asroot when installing as root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/qt3/Portfile

    r81275 r81413  
    146146 
    147147# The ranlib above requires the build phase to be run as root 
    148 build.asroot       yes 
     148if {[getuid] == 0} { 
     149    build.asroot   yes 
     150} 
    149151 
    150152use_parallel_build  yes 
Note: See TracChangeset for help on using the changeset viewer.