diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 06:15:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 06:15:16 +0800 |
commit | f907a3762b9d8571cbd7cd6cbd88dbb77c78e533 (patch) | |
tree | 3cdcd1b44e4a9017e67c155cfd429c0b44efd80e /devel/libsoup22/Makefile | |
parent | 330efab67e69c10b62986c61f34efba98bedb2e0 (diff) | |
download | marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar.gz marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar.bz2 marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar.lz marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar.xz marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.tar.zst marcuscom-ports-f907a3762b9d8571cbd7cd6cbd88dbb77c78e533.zip |
Update to 2.1.4, and temporarily disable GnuTLS support for now. This version
of libsoup requires GnuTLS-0.9.7, and we only have 0.8.10 in the tree now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1627 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22/Makefile')
-rw-r--r-- | devel/libsoup22/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index c48512c29..29d4db2fb 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsoup -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -29,11 +29,11 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.2" -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls -.else +#.if !defined(WITHOUT_SSL) +#LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls +#.else CONFIGURE_ARGS+=--disable-ssl -.endif +#.endif pre-everything:: @${ECHO_MSG} "" |