summaryrefslogtreecommitdiff
path: root/graphics/aview
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/aview')
-rw-r--r--graphics/aview/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
index 3dbc14e2c60..ed72110737d 100644
--- a/graphics/aview/Makefile
+++ b/graphics/aview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:03 fredb Exp $
+# $NetBSD: Makefile,v 1.5 2002/08/26 19:39:21 jlam Exp $
#
DISTNAME= aview-1.3.0rc1
@@ -16,9 +16,9 @@ CONFLICTS+= aview-x11-[0-9]*
WRKSRC= ${WRKDIR}/aview-1.3.0
PLIST_SRC= ${WRKDIR}/PLIST
-GNU_CONFIGURE= YES
-USE_LIBTOOL= yes
-USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
+USE_BUILDLINK2= # defined
.include "../../mk/bsd.prefs.mk"
@@ -46,7 +46,8 @@ post-install:
@${ECHO} bin/aaflip >>${PLIST_SRC}
.endif
-.include "../../graphics/aalib/buildlink.mk"
-.include "../../graphics/netpbm/buildlink.mk"
+.include "../../graphics/aalib/buildlink2.mk"
+.include "../../graphics/netpbm/buildlink2.mk"
+
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"