diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
commit | 90a981a1f2840768e999d0c0629372ebcc58c4aa (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /x11/xfce4-clipman-plugin | |
parent | 10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff) | |
download | ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip |
Notes
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index edd5d85b1dc0..3756d739949d 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -22,9 +22,10 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig glib20 desktopfileutils +USE_GNOME= gnomehack gtk20 intltool intlhack glib20 desktopfileutils USE_XFCE= configenv libexo libmenu libutil panel xfconf USE_XORG= xtst +USE_PKGCONFIG= build INSTALLS_ICONS= yes |