diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-25 17:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-25 17:40:26 +0000 |
commit | 208fbb0040a77e0bced5ba90adb93a3e4150e3a8 (patch) | |
tree | e5efc9fe5ccd0e2ffeac3e3d51fd12e19d95ec3f /net/nap | |
parent | 286e9dc438da1ce25c2afc32d4a12a3724c4a027 (diff) | |
download | pkgsrc-208fbb0040a77e0bced5ba90adb93a3e4150e3a8.tar.gz |
Buildlinkify.
Diffstat (limited to 'net/nap')
-rw-r--r-- | net/nap/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/nap/Makefile b/net/nap/Makefile index ab63d326eb5..1bce5ca5a93 100644 --- a/net/nap/Makefile +++ b/net/nap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:46 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/25 17:40:26 wiz Exp $ DISTNAME= nap-1.4.4 CATEGORIES= net @@ -8,10 +8,8 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gis.net/~nite/ COMMENT= Terminal based Napster client similar to ircII -DEPENDS+= ncurses>=5.0:../../devel/ncurses - -GNU_CONFIGURE= YES -CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap @@ -19,4 +17,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/nap.conf.dist \ ${PREFIX}/share/examples/nap/nap.conf +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |