diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /x11-wm/compiz-plugins-extra | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes:
svn path=/head/; revision=315433
Diffstat (limited to 'x11-wm/compiz-plugins-extra')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index 14bdb1429942..5347f5642bc9 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: compiz-plugins-extra -# Date created: 2007-08-17 -# Whom: Robert Noland <rnoland@FreeBSD.org> -# +# Created by: Robert Noland <rnoland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= compiz-plugins-extra PORTVERSION= 0.8.4 @@ -25,7 +21,8 @@ GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack intltool +USES= pathfix +USE_GNOME= intltool USE_XORG= glproto USE_GETTEXT= yes USE_LDCONFIG= yes |