aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/enlightenment-devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-07-09 09:43:12 +0800
committervanilla <vanilla@FreeBSD.org>2005-07-09 09:43:12 +0800
commitba41a6b6cb2501d4ef2699a231042e19f3bb7403 (patch)
tree5b622a51672289b31f16aac27a80227cb3d40291 /x11-wm/enlightenment-devel
parent1a9e9002fbf43978038d2fd125628adb1f9d5439 (diff)
downloadfreebsd-ports-gnome-ba41a6b6cb2501d4ef2699a231042e19f3bb7403.tar.gz
freebsd-ports-gnome-ba41a6b6cb2501d4ef2699a231042e19f3bb7403.tar.zst
freebsd-ports-gnome-ba41a6b6cb2501d4ef2699a231042e19f3bb7403.zip
Add USE_GETTEXT and NO_LATEST_LINK.
PR: ports/82996 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notified by: kris@
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r--x11-wm/enlightenment-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index f2a56ff89725..b11f6cc6ba7b 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= enlightenment
PORTVERSION= 0.16.999.010
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://enlightenment.freedesktop.org/files/
@@ -25,6 +25,8 @@ CONFLICTS= x11-wm/enlightenment
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnometarget
USE_ICONV= yes
+USE_GETTEXT= yes
+NO_LATEST_LINK= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"