Changeset 81190
- Timestamp:
- 07/26/11 19:20:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/driftnet/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/driftnet/Portfile
r69904 r81190 17 17 sees lots of web traffic. 18 18 19 master_sites http://www.ex-parrot.com/~chris/driftnet/ 19 master_sites http://www.ex-parrot.com/~chris/driftnet/ \ 20 http://www.vanheusden.com/mirrors/ 20 21 21 22 # Driftnet doesn't use a configure file, so the Makefile \ … … 39 40 use_configure no 40 41 42 variant universal {} 43 if {[variant_isset universal]} { 44 set archflags ${configure.universal_cflags} 45 } else { 46 set archflags ${configure.cc_archflags} 47 } 48 41 49 build.target { } 42 50 43 build.args CFLAGS="-I${prefix}/include \ 51 build.args CC="${configure.cc} ${archflags}" \ 52 CFLAGS="-I${prefix}/include \ 44 53 -I${prefix}/lib/glib/include \ 45 54 -I${prefix}/include/glib-1.2 \
Note: See TracChangeset
for help on using the changeset viewer.

