aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curlpp
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
commit9eca9d9c3be542fb7d2775295de32351162caa11 (patch)
tree8ea5523580a991921ed044fb2bb0b5823486f85c /ftp/curlpp
parent08401ab584679ba575474618aea9ae870cf34d1a (diff)
downloadfreebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.gz
freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.zst
freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'ftp/curlpp')
-rw-r--r--ftp/curlpp/Makefile8
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>