diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
commit | 5840d29c60c6f473e25d7098b5627b0e102ad19d (patch) | |
tree | 7b8a813637dae477cbcf42ce94e924c1f2364ce8 /x11/xfce4-screenshooter-plugin | |
parent | 266d596212c1372e668667911c708302142f5948 (diff) | |
download | ports-5840d29c60c6f473e25d7098b5627b0e102ad19d.tar.gz ports-5840d29c60c6f473e25d7098b5627b0e102ad19d.zip |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 14380722435f..09edd4cc7281 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -21,6 +21,5 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel -USE_XLIB= yes .include <bsd.port.mk> |