summaryrefslogtreecommitdiff
path: root/graphics/geomview/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-22 00:14:06 +0000
committerjlam <jlam>2002-09-22 00:14:06 +0000
commitaf496eff7a56c0557acfd92ff106a1914d361942 (patch)
tree81ec31604242708c0a26edb6ae47e164fae1c449 /graphics/geomview/Makefile
parentf7fb9a0e6384b68740a23146135a392838cf982c (diff)
downloadpkgsrc-af496eff7a56c0557acfd92ff106a1914d361942.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r--graphics/geomview/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 637e8a3e3b4..e160c25e5c0 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/04/23 02:08:53 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2002/09/22 00:18:25 jlam Exp $
DISTNAME= geomview-1.8.1
CATEGORIES= graphics math
@@ -10,13 +10,13 @@ COMMENT= Interactive geometry viewing program
CONFLICTS= ImageMagick-[0-9]* # both have a program named 'animate'
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-xforms
-CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-motif=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa}
+CONFIGURE_ARGS+= --with-motif=${MOTIFBASE}
CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca
INFO_FILES= geomview
@@ -41,8 +41,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/pix/* \
${PREFIX}/share/doc/html/geomview/pix
-.include "../../graphics/Mesa/buildlink.mk"
-.include "../../mk/motif.buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../mk/motif.buildlink2.mk"
+
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"