aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-screenshooter-plugin
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 17:45:10 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 17:45:10 +0000
commit90a981a1f2840768e999d0c0629372ebcc58c4aa (patch)
tree30f119325059641d124a766790df3178f49e3390 /x11/xfce4-screenshooter-plugin
parent10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff)
downloadports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz
ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip
Bump PORTREVISION for libexo-related ports
While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS Approved by: rene, miwi (mentors, implicit)
Notes
Notes: svn path=/head/; revision=308916
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index a5cdc3b55014..01de13535552 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -1,12 +1,10 @@
-# New ports collection makefile for: screenshooter plugin for xfce4
-# Date created: 29 April 2006
-# Whom: Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfce4-screenshooter-plugin
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/apps/xfce4-screenshooter/${PORTVERSION:R}
@@ -22,8 +20,10 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USE_GNOME= glib20 gtk20 intltool intlhack pkgconfig
-USE_XFCE= configenv panel libutil libgui
+USE_GNOME= glib20 gtk20 intltool intlhack
+USE_XFCE= configenv libexo libmenu libutil panel
+USE_PKGCONFIG= build
+
MAN1= xfce4-screenshooter.1
.include <bsd.port.options.mk>