diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 00:31:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 00:31:17 +0000 |
commit | 8c3c851c1e4d4f822d1ddab9a681f5a456927e85 (patch) | |
tree | c10c3a0e00e661aa89bc71a0831c59788382365f /math/xldlas | |
parent | b593e72a3b6db9ce7347c892b357fb001b9d6166 (diff) | |
download | pkgsrc-8c3c851c1e4d4f822d1ddab9a681f5a456927e85.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 11 |
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" |