diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | 46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /deskutils | |
parent | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff) | |
download | freebsd-ports-graphics-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz freebsd-ports-graphics-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst freebsd-ports-graphics-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/clipit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/clipit/Makefile b/deskutils/clipit/Makefile index de100fb2be3..3938905ab0a 100644 --- a/deskutils/clipit/Makefile +++ b/deskutils/clipit/Makefile @@ -10,7 +10,7 @@ COMMENT= Lightweight GTK+ clipboard manager forked from parcellite GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= NLS XDOTOOL |