diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /devel/libsoup | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 2a88bda2f..4e2ecd302 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -10,13 +10,14 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C +COMMENT= SOAP (Simple Object Access Protocol) implementation in C BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking USE_XZ= yes +NO_STAGE= yes .if !defined(REFERENCE_PORT) @@ -34,8 +35,8 @@ PLIST_SUB= VERSION="2.4" .if defined(SOUP_SLAVE) USE_SQLITE= yes -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring CONFIGURE_ARGS+=--with-gnome .else USE_GNOME+= introspection:build |