diff options
Diffstat (limited to 'net-mgmt/pixilate')
-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 |