summaryrefslogtreecommitdiff
path: root/math/xldlas
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 00:31:17 +0000
committerjlam <jlam>2002-09-21 00:31:17 +0000
commitf43683aa97470a9067a2f6870d29b5f8073164e1 (patch)
treec10c3a0e00e661aa89bc71a0831c59788382365f /math/xldlas
parent104d2e5ef0324c63aa316f5513e6e6f647a734c2 (diff)
downloadpkgsrc-f43683aa97470a9067a2f6870d29b5f8073164e1.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'math/xldlas')
-rw-r--r--math/xldlas/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index 689072aa195..d0a6ff2c0f6 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/04/17 04:45:15 fredb Exp $
+# $NetBSD: Makefile,v 1.14 2002/09/21 00:41:06 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp
#
@@ -14,14 +14,11 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://sunsite.math.klte.hu/mirrors/xldlas/
COMMENT= XForms-based statistics package
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= xforms>=0.9999:../../x11/xforms
-
ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \
NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc
+USE_BUILDLINK2= yes
USE_X11BASE= yes
-USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
@@ -29,4 +26,8 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xldlas
${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../x11/xforms/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"