aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-30 16:37:01 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-30 16:37:01 +0800
commitb79dad68c990464f3fa720c673213f563081bcd3 (patch)
treeeb15e9eebbf61312246cd793954fb92ccf7baf22 /net
parent99e764df3c4d1424489d6d46977a19fc3b0640dc (diff)
downloadfreebsd-ports-graphics-b79dad68c990464f3fa720c673213f563081bcd3.tar.gz
freebsd-ports-graphics-b79dad68c990464f3fa720c673213f563081bcd3.tar.zst
freebsd-ports-graphics-b79dad68c990464f3fa720c673213f563081bcd3.zip
- fix broken configure
- reset inactive mainatiner PR: 55414 Submitted by: kkuehl@cisco.com
Diffstat (limited to 'net')
-rw-r--r--net/pixilate/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/pixilate/Makefile b/net/pixilate/Makefile
index 48ee311aced..6fd67bfdc95 100644
--- a/net/pixilate/Makefile
+++ b/net/pixilate/Makefile
@@ -11,11 +11,9 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint
-MAINTAINER= bvi-ports@moria.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
-BROKEN= "Does not configure"
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/pixilate
@@ -27,7 +25,7 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+= -I${LOCALBASE}/include
LIBS= `${LIBNET_CONFIG} --libs`
#GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= pixilate.1