diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
commit | b2e2f92b79cc792cfed2e82c83243413f98941c0 (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /x11/xfce4-screenshooter-plugin | |
parent | 045251ff78bd388c6968fb3d1df1684c1dc3e5d1 (diff) | |
download | freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.gz freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.zst freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.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)
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> |