summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-04-17 19:41:18 +0000
committersnj <snj>2004-04-17 19:41:18 +0000
commit4752fe4720275bc579d3d5d1bc352a53b43baa3d (patch)
treee2d3e38a28ef4c8442cc3848dc2f36cb5b83dcd8
parentfb86dcc9f80a43b006492dede0d2296f786a18a5 (diff)
downloadpkgsrc-4752fe4720275bc579d3d5d1bc352a53b43baa3d.tar.gz
Convert to buildlink3.
-rw-r--r--editors/elvis-x11/Makefile6
-rw-r--r--editors/elvis/Makefile.common4
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile
index 13f25fbc204..df013f84c47 100644
--- a/editors/elvis-x11/Makefile
+++ b/editors/elvis-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/21 17:43:55 recht Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/17 19:41:18 snj Exp $
#
.include "../elvis/Makefile.common"
@@ -15,6 +15,6 @@ CONFIGURE_ARGS+= --with-xft
#MAKEFLAGS+= CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}"
-.include "../../fonts/Xft2/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/elvis/Makefile.common b/editors/elvis/Makefile.common
index 5c76a9f24bd..670c82d866d 100644
--- a/editors/elvis/Makefile.common
+++ b/editors/elvis/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/20 22:48:07 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/04/17 19:41:18 snj Exp $
#
DISTNAME= elvis-2.2_0
@@ -12,7 +12,7 @@ PLIST_SRC= ${.CURDIR}/../elvis/PLIST.common
PATCHDIR= ${.CURDIR}/../elvis/patches
DISTINFO_FILE= ${.CURDIR}/../elvis/distinfo
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}