From c1b316c56744b2c86aa56004a19fccee2e45cb25 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Mar 2005 13:38:31 +0000 Subject: Fix build -- `foo` in CFLAGS does not seem to work anymore. --- net/xipdump/Makefile | 10 +++++----- 1 file 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 -- cgit v1.2.3