diff options
Diffstat (limited to 'ftp/curlpp/Makefile')
-rw-r--r-- | ftp/curlpp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 551b89ba6ee2..823dab3c4e47 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= curlpp -PORTVERSION= 0.3.3 +PORTVERSION= 0.5.2 CATEGORIES= ftp MASTER_SITES= http://rrette.com/ @@ -30,6 +30,12 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile on alpha 4.x" .endif +pre-everything:: + @${ECHO} "" + @${ECHO} "NOTE to people using 0.3.x: cURLpp 0.3.x is dead!" + @${ECHO} "The current version ${PORTVERSION} is incompatible with the old 0.3.x versions" + @${ECHO} "" + post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in |