diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
commit | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch) | |
tree | 50f793f00a7cb711970c62063687af6cd8625387 /ftp/curlpp | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Notes
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 9135974902ce..aa24bdcc5db9 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -24,12 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --disable-ewarning USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Does not compile on alpha 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in @@ -42,4 +36,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |