diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 05:40:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 05:40:11 +0800 |
commit | c82a8eeca2d78501f614b2b77d65780e7019e36d (patch) | |
tree | 0877bdac5708e7bbeddda90bb3d61bc68cf81bbf /x11/libgnome | |
parent | 878900b32e92c5949a7feb95fe85cdf846168748 (diff) | |
download | marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar.gz marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar.bz2 marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar.lz marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar.xz marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.tar.zst marcuscom-ports-c82a8eeca2d78501f614b2b77d65780e7019e36d.zip |
- USE_GETTEXT=find-dirs is now USE_GETTEXT=auto-plist
- Support for PLIST_SUB items
- Support files in PLIST_FILES
- Cache output from mtree so we run it once instead of 2 times for every
locale in plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7951 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 8b0c81445..b776e8351 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.88 2006/11/08 05:55:21 marcus Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.89 2006/11/25 16:14:15 ahze Exp $ # PORTNAME= libgnome @@ -24,7 +24,7 @@ USE_BZIP2= yes BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -USE_GETTEXT= find-dirs +USE_GETTEXT= auto-plist USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ |