diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/xfce4-clipman-plugin | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) | |
download | ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.tar.gz ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.zip |
Notes
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index ef870d82d74f..08fc47008392 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -21,7 +22,7 @@ USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= gtk30 intltool glib20 cairo USE_XFCE= panel -USE_XORG= ice sm x11 xtst xproto +USE_XORG= ice sm x11 xtst xorgproto INSTALLS_ICONS= yes INSTALL_TARGET= install-strip |