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 | |
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')
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index bd4a384b0c8c..6be737e30473 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -21,10 +21,10 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack lthack gtk20 +USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} 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 |