diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
commit | 20fad50a2d15acd8b67ebe9ac90601732e5896dc (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /sysutils | |
parent | 80e446078e1791dbe6d4fd639a41e5f5801d6795 (diff) | |
download | freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.gz freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.zst freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.zip |
Add explicit dependency on pkgconf (27 ports)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index a97647837cf6..761c603db0b9 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+/ncurses rc.conf editor/management tool +USES= pkgconfig WANT_GNOME= yes #OPTIONS_SINGLE= X11 |