aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 01:39:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 01:39:30 +0000
commit11a96072fc2ce9b1f5cad2ece7e83cfd10bee51c (patch)
tree465b00950ed0da31347d799fc9356f4309d97702 /ftp
parent5c8eadd7019a67d87f13f89d896befd3dd5f35aa (diff)
downloadports-11a96072fc2ce9b1f5cad2ece7e83cfd10bee51c.tar.gz
ports-11a96072fc2ce9b1f5cad2ece7e83cfd10bee51c.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curlpp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index 1ce2e7b63afb..2aa2fdbdcf09 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --disable-ewarning
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@@ -33,4 +39,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>