diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-06 14:27:42 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-06 14:27:42 +0800 |
commit | 49dfcb6b027f2f311ed3a9e846d4eccb00274b52 (patch) | |
tree | 6905440616851319c109059f0148e44558cc81b5 /x11-wm | |
parent | 138c902ad5057d96d4a41b8764fb1ae130f44e31 (diff) | |
download | freebsd-ports-gnome-49dfcb6b027f2f311ed3a9e846d4eccb00274b52.tar.gz freebsd-ports-gnome-49dfcb6b027f2f311ed3a9e846d4eccb00274b52.tar.zst freebsd-ports-gnome-49dfcb6b027f2f311ed3a9e846d4eccb00274b52.zip |
- adoption of USES framwork for gettext and pathfix
Approved by: portmgr (bapt@)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index ef708ead2f00..54c57ec1bdf5 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -20,9 +20,9 @@ GNU_CONFIGURE= yes USE_BZIP2= yes #USE_TGZ= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext pathfix USE_GL= glu -USE_GNOME= gnomehack gconf2 libxslt +USE_GNOME= gconf2 libxslt USE_XORG= xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |