summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-24 02:30:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-24 02:30:20 +0800
commit53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0 (patch)
tree578de86cb73d6c579ed72b237d98badc8cc318e8
parentf8210e5021dffe56ad0b62b3078e86699b01302e (diff)
downloadmarcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar.gz
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar.bz2
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar.lz
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar.xz
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.tar.zst
marcuscom-ports-53c92a62c751ba2c9c5bff83f3d98c0ddd8309d0.zip
Add a missing dependency on intlhack.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15079 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net-im/folks/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile
index addcad2f5..9bddc789c 100644
--- a/net-im/folks/Makefile
+++ b/net-im/folks/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/folks/Makefile,v 1.8 2010/10/26 08:47:55 kwm Exp $
+# $MCom: ports/net-im/folks/Makefile,v 1.10 2011/01/23 17:06:28 kwm Exp $
#
PORTNAME= folks
@@ -22,7 +22,7 @@ LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack intlhack
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \