diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 19:41:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 19:41:18 +0000 |
commit | 71262575ec99f1e83912663ff6e8b58d286a0875 (patch) | |
tree | e2d3e38a28ef4c8442cc3848dc2f36cb5b83dcd8 /editors | |
parent | 87e6c32934594c305645604231829bc1d0a62f3b (diff) | |
download | pkgsrc-71262575ec99f1e83912663ff6e8b58d286a0875.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/elvis-x11/Makefile | 6 | ||||
-rw-r--r-- | editors/elvis/Makefile.common | 4 |
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} |