summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/nap/Makefile9
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"