diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-29 03:57:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-29 03:57:24 +0800 |
commit | 09d4661b231220780a58f6e8731ab159fc094d35 (patch) | |
tree | d62b49ecf17abd336654fe582bd58b0bfb0a0dc3 /devel/libsoup/Makefile | |
parent | 2cb073c95485ba847c1e1c2947d1e1937c6cf274 (diff) | |
download | marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar.gz marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar.bz2 marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar.lz marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar.xz marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.tar.zst marcuscom-ports-09d4661b231220780a58f6e8731ab159fc094d35.zip |
Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1717 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 29d4db2fb..0f681a310 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsoup -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -36,9 +36,9 @@ CONFIGURE_ARGS+=--disable-ssl #.endif pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" +# @${ECHO_MSG} "" +# @${ECHO_MSG} "libsoup has the following configurable option(s):" +# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" +# @${ECHO_MSG} "" .include <bsd.port.mk> |