diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 894a7c91ee36..1f238fed7cf8 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -1,21 +1,27 @@ PORTNAME= libunicode PORTVERSION= 0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/libunicode/0.4 DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings WWW= https://www.gnome.org/ USES= iconv libtool -GNU_CONFIGURE= yes + 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