diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-03 00:52:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-03 00:52:07 +0000 |
commit | 5225948581827505330a6f1af5ef85aaeebd596c (patch) | |
tree | 1f8ef051bc247bfc40df7aaf7e38d0b93ed7f7d6 /editors/elvis | |
parent | de3c375bcb8c43015b2144423ca6adb40149f52e (diff) | |
download | pkgsrc-5225948581827505330a6f1af5ef85aaeebd596c.tar.gz |
Add freetype2 for elvis-x11; PKGREVISION -> 7.
XXX: The way this is set up, elvis and elvis-x11 cannot have different
XXX: values of ${PKGREVISION}.
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 4 | ||||
-rw-r--r-- | editors/elvis/options.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 6eea799b28b..dc9e68e54c1 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/03 22:48:56 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/03 00:52:07 dholland Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,7 +7,7 @@ COMMENT?= vi clone with regex-search, hex-edit, HTML/LaTeX preview # Normal package Makefile contents follow. DISTNAME= elvis-2.2_0 PKGNAME_BASE= ${DISTNAME:S/_/./} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ diff --git a/editors/elvis/options.mk b/editors/elvis/options.mk index 4d93ff59cca..9c306e5bb34 100644 --- a/editors/elvis/options.mk +++ b/editors/elvis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2008/04/22 16:23:57 jlam Exp $ +# $NetBSD: options.mk,v 1.2 2011/10/03 00:52:07 dholland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.elvis PKG_SUPPORTED_OPTIONS= x11 @@ -8,6 +8,7 @@ PKG_SUPPORTED_OPTIONS= x11 .if !empty(PKG_OPTIONS:Mx11) BUILDLINK_DEPMETHOD.libXt?= build . include "../../x11/libXft/buildlink3.mk" +. include "../../graphics/freetype2/buildlink3.mk" . include "../../x11/libXpm/buildlink3.mk" . include "../../x11/libXt/buildlink3.mk" CONFIGURE_ARGS+= --with-x |