diff options
author | jim <jim@FreeBSD.org> | 2000-05-19 05:23:33 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-05-19 05:23:33 +0800 |
commit | 09e2eb771492adcf9c33ab1a17a1d5a7d3454b96 (patch) | |
tree | ae9e3ede4a1af078280d8c931306eda3b931e5e7 /x11-wm/e16/Makefile | |
parent | ad173ef77bef5326c321e6a7ce6f9ce0ef9e4921 (diff) | |
download | freebsd-ports-gnome-09e2eb771492adcf9c33ab1a17a1d5a7d3454b96.tar.gz freebsd-ports-gnome-09e2eb771492adcf9c33ab1a17a1d5a7d3454b96.tar.zst freebsd-ports-gnome-09e2eb771492adcf9c33ab1a17a1d5a7d3454b96.zip |
Update to version 0.16.4.
Submitted by: Sean C. Farley <sean-freebsd@farley.org>
Prodded into committing by: Clive Lin <clive@CirX.ORG> in a message to
-ports Cc'd to maintainer
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 7cf23d2e5ed8..457533eac3cc 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,8 +6,8 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.3 -CATEGORIES= x11-wm gnome +PORTVERSION= 0.16.4 +CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ @@ -19,12 +19,13 @@ LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ Imlib.5:${PORTSDIR}/graphics/imlib \ ttf.4:${PORTSDIR}/print/freetype \ - ghttp.1:${PORTSDIR}/www/libghttp + ghttp.1:${PORTSDIR}/www/libghttp \ + intl.1:${PORTSDIR}/devel/gettext USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fsstd +CONFIGURE_ARGS= --enable-fsstd --with-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" @@ -32,5 +33,6 @@ MAN1= enlightenment.1 post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes + ${CHMOD} -R a+rX ${PREFIX}/share/enlightenment/themes .include <bsd.port.mk> |