Skip to content

Commit

Permalink
Add freetype2 for elvis-x11; PKGREVISION -> 7.
Browse files Browse the repository at this point in the history
XXX: The way this is set up, elvis and elvis-x11 cannot have different
XXX: values of ${PKGREVISION}.
  • Loading branch information
dholland committed Oct 3, 2011
1 parent 1389363 commit 80a8ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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/

Expand Down
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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
Expand Down

0 comments on commit 80a8ea0

Please sign in to comment.