summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-04-29 14:22:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-04-29 14:22:09 +0000
commit7bcf7dc52926eda3abc20d0f9439e78c7032abeb (patch)
tree62d561ffed8a0845ad08bfd9f30311f4185a32a1 /editors/vile/Makefile
parent- Update to 2.5 (diff)
- Update to 9.8j
PR: 178030 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=316820
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 63ef6a6190fa..f6e60062eac0 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vile
-PORTVERSION= 9.8i
+PORTVERSION= 9.8j
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/current/ \
ftp://invisible-island.net/vile/current/
@@ -19,6 +19,7 @@ LICENSE= GPLv2
OPTIONS_DEFINE= FILTERS ICONV PERL DOCS
FILTERS_DESC= Loadable filters
+USES= pkgconfig
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAKE_JOBS_SAFE= yes
@@ -38,7 +39,7 @@ PLIST_SUB+= SO_EXT=""
.if ${PORT_OPTIONS:MICONV}
USES+= iconv
-CONFIGURE_ARGS+= --with-iconv
+CONFIGURE_ARGS+= --with-iconv --with-libiconv-prefix=${LOCALBASE}
PLIST_SUB+= ICONV=""
.else
CONFIGURE_ARGS+= --without-iconv --without-locale