diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
commit | 2572ef719389540034acc0b9f28390cd93fc30c5 (patch) | |
tree | 88ba54861a636c8d3b02c8561ca760725ea09b54 /devel | |
parent | 30506c09eef1810be43ef952700083b8a94e470f (diff) | |
download | freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.gz freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.zst freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 7efa81534e14..5bc0df42425b 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -21,12 +21,11 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_PYTHON_BUILD= -2.7 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include |