diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-12 14:31:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-12 14:31:59 +0800 |
commit | c85829c6d89b6d2890fdda3efe5398f1405ba315 (patch) | |
tree | d190981cb6a02c649fd9e73f1ae9078af7066901 /x11/xfce4-clipman-plugin | |
parent | 718238217cb2516e63b034d002ad08feea4423c4 (diff) | |
download | freebsd-ports-gnome-c85829c6d89b6d2890fdda3efe5398f1405ba315.tar.gz freebsd-ports-gnome-c85829c6d89b6d2890fdda3efe5398f1405ba315.tar.zst freebsd-ports-gnome-c85829c6d89b6d2890fdda3efe5398f1405ba315.zip |
- Add missing dependencies
PR: 109053
Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer)
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 9fa4e7b4979c..2ae3d75b483b 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -19,7 +20,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +USE_XFCE= configenv panel libgui libutil USE_XLIB= yes .include <bsd.port.pre.mk> |