diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:07:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:07:11 +0800 |
commit | 1c294d544bbe45df66630ead09a83a61e4b975fd (patch) | |
tree | 24c41d5a4e163ed75ad93e2fa28dc741fac02af2 | |
parent | 7999297c4e7b2e0521b1778daf054730a186bd07 (diff) | |
download | marcuscom-ports-1c294d544bbe45df66630ead09a83a61e4b975fd.tar.gz marcuscom-ports-1c294d544bbe45df66630ead09a83a61e4b975fd.tar.zst marcuscom-ports-1c294d544bbe45df66630ead09a83a61e4b975fd.zip |
- Make portlint happy with USE_GETTEXT
- Use new libtool world order
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5735 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/metacity/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index d1587ffec..516fb8c86 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,7 +3,7 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.70 2006/02/14 00:32:48 ahze Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.71 2006/02/19 22:00:11 marcus Exp $ # PORTNAME= metacity @@ -22,8 +22,9 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFLICTS= expocity-[0-9]* USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack gnomehack gconf2 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-render |