diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 02:48:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 02:48:40 +0800 |
commit | 30672e8c1fb7f31a69e3cf9340253719abf824c6 (patch) | |
tree | 1f91c170ac0ae622298162b38653e3df750045a4 /sysutils | |
parent | f7409053f5126f3b22cdf08cecb85ad378493a0d (diff) | |
download | freebsd-ports-gnome-30672e8c1fb7f31a69e3cf9340253719abf824c6.tar.gz freebsd-ports-gnome-30672e8c1fb7f31a69e3cf9340253719abf824c6.tar.zst freebsd-ports-gnome-30672e8c1fb7f31a69e3cf9340253719abf824c6.zip |
- Get rid of USE_XLIB
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index d1491b6a03c2..c171ce50c13c 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -21,6 +22,5 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel -USE_XLIB= yes .include <bsd.port.mk> |