diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 10:39:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 10:39:40 +0000 |
commit | b1ab7184f143baf560232292022c1f267cfc2675 (patch) | |
tree | ae066297ce5449a4683170cc245fb6daccf5c293 /net-mgmt | |
parent | d57bd444071f157eaa7d26bde915e0aaf03a8dac (diff) | |
download | ports-b1ab7184f143baf560232292022c1f267cfc2675.tar.gz ports-b1ab7184f143baf560232292022c1f267cfc2675.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 81a24165b9cd..8a47a6cbe5b4 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -6,7 +6,7 @@ PORTNAME= pixilate PORTVERSION= 0.4 -#PORTREVISION= 3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= winfingerprint @@ -18,13 +18,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel WRKSRC= ${WRKDIR}/pixilate -HAS_CONFIGURE= yes - LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` CFLAGS+= -I${LOCALBASE}/include LIBS= `${LIBNET_CONFIG} --libs` -#GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 |