diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-08 17:05:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-08 17:05:27 +0800 |
commit | 27f56d9d36d3df253bb51e516c33972fa3b968c6 (patch) | |
tree | dc374ec5a206f0f5b46d165454254c4ac6476f58 /devel | |
parent | fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc (diff) | |
download | marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar.gz marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar.bz2 marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar.lz marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar.xz marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.tar.zst marcuscom-ports-27f56d9d36d3df253bb51e516c33972fa3b968c6.zip |
small checks.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19016 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 95242d606..3908785d2 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gnomehier glib20 libxml2 referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -34,7 +34,7 @@ LIBVERSION= 1.6.0 PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} .if defined(SOUP_SLAVE) -USE_SQLITE= yes +USE_SQLITE= 3 LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring CONFIGURE_ARGS+=--with-gnome |