diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
commit | b68067e5da780c0e2a0862e928c907b8f8660b73 (patch) | |
tree | 56e1c21007cf4d60df18b84ba6e0dba593611189 /devel/libsoup | |
parent | fcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff) | |
download | marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2 marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip |
Convert:
USE_PYTHON* -> USES=python*
USE_XZ|USE_BZIP2 -> USES=tar:
replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 7e38d376e..8788ddeb2 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -19,16 +19,17 @@ USES= tar:xz .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES+= gettext gmake libtool:keepla pathfix pkgconfig \ + python:3:build tar:xz USE_GNOME= glib20 gnomehier intltool introspection:build \ libxml2 referencehack USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PYTHON_BUILD= 3 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip LIBVERSION= 1.7.0 PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} @@ -68,7 +69,6 @@ post-install: .else ${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \ ${STAGEDIR}${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsoup*.so* .endif .include <bsd.port.mk> |