diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 21:20:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 21:20:04 +0000 |
commit | bf2e33973b6568efb1ad738ff5019f1fdcd790a1 (patch) | |
tree | 81513b1528d126d8ac87b18570ba0269f8b08e72 /devel/libsoup | |
parent | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (diff) | |
download | ports-bf2e33973b6568efb1ad738ff5019f1fdcd790a1.tar.gz ports-bf2e33973b6568efb1ad738ff5019f1fdcd790a1.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 299223c236fc..8f7105683001 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -16,10 +16,11 @@ BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking +USES= tar:xz .if !defined(REFERENCE_PORT) -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomehier glib20 libxml2 referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes |