aboutsummaryrefslogtreecommitdiff
path: root/devel/upp/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-04-04 20:12:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-04-04 20:12:23 +0000
commit0fc6f875c6d419bc5c27649190cab7394f170e84 (patch)
treed3cc7da0b421bb9215e6d9c329799d5ff28fb55d /devel/upp/Makefile
parent5d33c49ea54aafcdca07ee65aea976853a9b3ad6 (diff)
downloadports-0fc6f875c6d419bc5c27649190cab7394f170e84.tar.gz
ports-0fc6f875c6d419bc5c27649190cab7394f170e84.zip
Notes
Diffstat (limited to 'devel/upp/Makefile')
-rw-r--r--devel/upp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile
index a68e3eb25fe6..034f38a1cdf4 100644
--- a/devel/upp/Makefile
+++ b/devel/upp/Makefile
@@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/uppsrc/ide
INSTALL_DIRS= Common examples reference uppsrc
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Ultimate++ is not supported on FreeBSD 4.x
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}/${DISTNAME}
@for d in ${INSTALL_DIRS}; do ${MV} ${WRKDIR}/$$d ${WRKSRC}; done;
@@ -83,4 +89,4 @@ post-install:
@${RM} ${WRKSRC}/*.txt
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>