diff options
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 12 |
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> |