aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libsexy
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-09 08:53:19 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-09 08:53:19 +0000
commitbbd025efd55feb881e3c61e825f4d952e3e7f555 (patch)
treeec927077c90045206aa6ce29c9722fa6c84e1378 /x11-toolkits/libsexy
parent91b82f2e250c6dcc79f90a36c8b0d99e34b49c10 (diff)
downloadports-bbd025efd55feb881e3c61e825f4d952e3e7f555.tar.gz
ports-bbd025efd55feb881e3c61e825f4d952e3e7f555.zip
Notes
Diffstat (limited to 'x11-toolkits/libsexy')
-rw-r--r--x11-toolkits/libsexy/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile
index bde36e69a067..b8fde37824b4 100644
--- a/x11-toolkits/libsexy/Makefile
+++ b/x11-toolkits/libsexy/Makefile
@@ -12,15 +12,18 @@ COMMENT= Extension widgets for GTK+
LICENSE= LGPL21
+LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant
RUN_DEPENDS:= ${BUILD_DEPENDS}
+USES= pkgconfig gettext
+GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack lthack gtk20 libxml2
USE_LDCONFIG= yes
-USES= pkgconfig gettext
-GNU_CONFIGURE= yes
-NO_STAGE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|g_strncasecmp|g_ascii_strncasecmp|' \
+ ${WRKSRC}/libsexy/sexy-spell-entry.c
+
.include <bsd.port.mk>