diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /devel/libsoup22 | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) | |
download | ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.gz ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.zip |
Notes
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index dec197f815d7..3926a8c578dd 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.94 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif |