diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
commit | 030f3c38724d4cee3d85538c85ca8870e92aeb9a (patch) | |
tree | c6236e4e5265ef0a32075e008a4ba2fd38344238 /x11-toolkits/libsexy | |
parent | 33ad0f196273febb1046ec439a208fd82d1471e8 (diff) | |
download | ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.tar.gz ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.zip |
Notes
Diffstat (limited to 'x11-toolkits/libsexy')
-rw-r--r-- | x11-toolkits/libsexy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index b887cbf64e11..9e7d919b63d3 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsexy PORTVERSION= 0.1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits devel MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://releases.chipx86.com/libsexy/libsexy/ @@ -20,6 +20,7 @@ LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:22 +USE_GETTEXT= yes USE_GNOME= gnomehack lthack gtk20 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes |