diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 23:26:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 23:26:16 +0000 |
commit | c7aa5d4b627f0d5d350bb1fcd9aca44095e76e5c (patch) | |
tree | 8410ef041f6f9e4dc3e615735ade94da2bfb65e5 /sysutils/uniutils/Makefile | |
parent | ascii2binary and binary2ascii convert between textual and binary (diff) |
Upgrade to 2.16.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
Diffstat (limited to 'sysutils/uniutils/Makefile')
-rw-r--r-- | sysutils/uniutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 34651b80479e..95f61ebb6127 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unidesc -PORTVERSION= 2.15.1 +PORTVERSION= 2.16 CATEGORIES= sysutils textproc MASTER_SITES= http://billposer.org/Software/Downloads/ DISTNAME= ${PORTNAME} @@ -16,13 +16,14 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities +RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ LIBS="-lintl" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETTEXT= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ |