summaryrefslogtreecommitdiff
path: root/devel/libunicode
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libunicode')
-rw-r--r--devel/libunicode/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile
index 894a7c91ee36..6db40e2b2100 100644
--- a/devel/libunicode/Makefile
+++ b/devel/libunicode/Makefile
@@ -1,8 +1,8 @@
PORTNAME= libunicode
PORTVERSION= 0.4
-PORTREVISION= 11
+PORTREVISION= 13
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/libunicode/0.4
+MASTER_SITES= GNOME/sources/libunicode
DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
MAINTAINER= gnome@FreeBSD.org
@@ -10,12 +10,16 @@ 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
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>