diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 001e0ec2396b..6db40e2b2100 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -1,27 +1,25 @@ PORTNAME= libunicode PORTVERSION= 0.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/libunicode DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings WWW= https://www.gnome.org/ USES= iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -CONFLICTS_INSTALL= libunicode-contour - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include