diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
commit | a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /x11-toolkits/paragui-devel | |
parent | f4176bb1801acde1e76e5b5987ed06f1b77c9b29 (diff) | |
download | freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.gz freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.zst freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.zip |
Add an expicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 3efe1741c48d..be56515f1874 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ CONFLICTS= paragui-[0-9]* +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore |