diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-06-17 10:59:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-06-17 10:59:26 +0000 |
commit | a855c532129f771249015775a53aaf9da70e16a8 (patch) | |
tree | 55438a330372899fe15e4af26c7551aff0269ade /x11/xfce4-screenshooter-plugin/Makefile | |
parent | 62d8294f03d4c7e0cd746058cf895fe7179c4dd2 (diff) |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin/Makefile')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 5b23c0264290..21d0e6bce65a 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -6,18 +6,17 @@ # PORTNAME= xfce4-screenshooter-plugin -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.8.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/apps/xfce4-screenshooter/${PORTVERSION:R} -DIST_SUBDIR= xfce4 DISTNAME= xfce4-screenshooter-${PORTVERSION} +DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Desktop Screenshot plugin for Xfce -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup OPTIONS= NLS "Enable Native Language Support" on |