summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 00:31:17 +0000
committerjlam <jlam>2002-09-21 00:31:17 +0000
commitfc7eae578746692d8310aae37ee554efd84c0a2f (patch)
treec10c3a0e00e661aa89bc71a0831c59788382365f /comms
parent81c43fcf9751cb084223bb18b9e19037620f5d68 (diff)
downloadpkgsrc-fc7eae578746692d8310aae37ee554efd84c0a2f.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'comms')
-rw-r--r--comms/xisp/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile
index 6c1fa727c94..3c1e6695dd7 100644
--- a/comms/xisp/Makefile
+++ b/comms/xisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/04/17 04:45:08 fredb Exp $
+# $NetBSD: Makefile,v 1.14 2002/09/21 00:34:57 jlam Exp $
#
DISTNAME= xisp-2.6p1
@@ -12,15 +12,16 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://xisp.hellug.gr/
COMMENT= User-friendly X11 interface to pppd/chat
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= xforms>=0.9999:../../x11/xforms
-
+USE_BUILDLINK2= YES
USE_X11BASE= YES
-USE_XPM= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisp/
${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/xisp/
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../x11/xforms/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"