aboutsummaryrefslogtreecommitdiff
path: root/converters/bsdconv/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-08-16 18:52:02 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-08-16 18:52:02 +0000
commit34a13445205aea27c89128d72bd37f3cb63d1d88 (patch)
tree18364c14b8803e0863bdfd732e67e77b136d188f /converters/bsdconv/Makefile
parent9df7deee2a00a983c2c1ba490bbb1bd120ff3d7f (diff)
downloadports-34a13445205aea27c89128d72bd37f3cb63d1d88.tar.gz
ports-34a13445205aea27c89128d72bd37f3cb63d1d88.zip
Notes
Diffstat (limited to 'converters/bsdconv/Makefile')
-rw-r--r--converters/bsdconv/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index 6bd84f7725e9..7e00dc32cae7 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdconv
-PORTVERSION= 7.3
+PORTVERSION= 7.5
CATEGORIES= converters
MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -16,11 +16,12 @@ COMMENT= BSD licensed charset/encoding converter library
LICENSE= BSD
-GITVERSION= 500f86a
+GITVERSION= cf1989b
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
-OPTIONS= EXTRA "Extra codecs (Chinese specifics)" off
+OPTIONS_DEFINE= EXTRA
+EXTRA_DESC= Extra codecs (Chinese specifics)
USE_LDCONFIG= yes
@@ -31,7 +32,7 @@ INSTALL_TARGET= installdir install_main install_basic
.include <bsd.port.options.mk>
-.if defined(WITH_EXTRA)
+.if ${PORT_OPTIONS:MEXTRA}
ALL_TARGET+= codecs_extra
INSTALL_TARGET+=install_extra
PLIST_SUB+= EXTRA=""