diff options
author | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
commit | 8960dd2c9e9e038c02b51ae70366143a898cfbf8 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /net/xipdump | |
parent | 2c5fdae53d07cdfa1ea603c2f1a3e31a5bc97703 (diff) | |
download | pkgsrc-8960dd2c9e9e038c02b51ae70366143a898cfbf8.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 1adcd38982b..97f1ad1ac7d 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/09/25 16:32:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/04 16:18:39 joerg Exp $ # DISTNAME= xipdump-1.5.4 @@ -13,7 +13,6 @@ COMMENT= Displays IP packets using X Window System PLIST_SRC= ${WRKDIR}/PLIST -USE_X11BASE= yes GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include LIBS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lnet |