aboutsummaryrefslogtreecommitdiff
path: root/ftp/curlpp/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-09-26 14:46:02 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-09-26 14:46:02 +0000
commit207f43b8e96e50da5fb50e83e8d8b8a5c41c93c5 (patch)
treeaf7a38f1ad1fbbe82b8e935bd704a01b000ccac6 /ftp/curlpp/Makefile
parent9b74482bde2bc380b1b003838b43cc7727012a28 (diff)
downloadports-207f43b8e96e50da5fb50e83e8d8b8a5c41c93c5.tar.gz
ports-207f43b8e96e50da5fb50e83e8d8b8a5c41c93c5.zip
Notes
Diffstat (limited to 'ftp/curlpp/Makefile')
-rw-r--r--ftp/curlpp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index b655c9a07b47..c4a75ca8c9b9 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= curlpp
-PORTVERSION= 0.5.2
+PORTVERSION= 0.6.1
CATEGORIES= ftp
MASTER_SITES= http://rrette.com/downloads/sources/
@@ -21,12 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-ewarning
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= "Does not compile on alpha 4.x"
+BROKEN= Does not compile on alpha 4.x
.endif
pre-everything::