summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-02 13:38:31 +0000
committerwiz <wiz@pkgsrc.org>2005-03-02 13:38:31 +0000
commitc1b316c56744b2c86aa56004a19fccee2e45cb25 (patch)
tree88563a7a51cbd31e2c2350afa0b40ff2eac3ca80 /net
parent7524623d84f87f6c79a037fa2ae1e2abdfcd414d (diff)
downloadpkgsrc-c1b316c56744b2c86aa56004a19fccee2e45cb25.tar.gz
Fix build -- `foo` in CFLAGS does not seem to work anymore.
Diffstat (limited to 'net')
-rw-r--r--net/xipdump/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile
index cfcc8745ffb..549e018b7ce 100644
--- a/net/xipdump/Makefile
+++ b/net/xipdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/02/05 16:11:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/02 13:38:31 wiz Exp $
#
DISTNAME= xipdump-1.5.4
@@ -7,20 +7,18 @@ MASTER_SITES= http://www.lse.epita.fr/devel/xipdump/
EXTRACT_SUFX= .tgz
MAINTAINER= sakamoto@NetBSD.org
-#HOMEPAGE= http://www.epita.fr/~lse/xipdump/
+#HOMEPAGE= http://www.epita.fr/~lse/xipdump/
COMMENT= Displays IP packets using X Window System
USE_BUILDLINK3= YES
BUILDLINK_DEPENDS.libnet+= libnet-1.0.*
-LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
-
PLIST_SRC= ${WRKDIR}/PLIST
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include `${LIBNET_CONFIG} --defines`
+CFLAGS+= -I${PREFIX}/include ${LIBNET_CFLAGS}
LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lnet
post-build:
@@ -33,3 +31,5 @@ post-build:
.include "../../devel/libnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+
+LIBNET_CFLAGS!= ${LOCALBASE}/bin/libnet-config --defines