diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 08:04:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 08:04:27 +0000 |
commit | 3a514fd7756917b62b14aef7ab326fe67a2ca930 (patch) | |
tree | aeb646c6698bfedb1e0002913409efce2171b56e /devel/upp | |
parent | 39172fcbdf1ad20eda6f036cdb8fced3529782c4 (diff) | |
download | ports-3a514fd7756917b62b14aef7ab326fe67a2ca930.tar.gz ports-3a514fd7756917b62b14aef7ab326fe67a2ca930.zip |
Notes
Diffstat (limited to 'devel/upp')
-rw-r--r-- | devel/upp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile index d2f29cf0a5dc..7b6d4100cfb7 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -32,12 +32,6 @@ WRKSRC= ${WRKDIR} INSTALL_DIRS= Common examples reference tutorial uppsrc -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Ultimate++ is not supported on FreeBSD 4.x -.endif - pre-everything:: .if !defined(WITH_SDL) @${ECHO_MSG} "" @@ -87,4 +81,4 @@ post-install: @${ECHO_CMD} @dirrm share/upp >> ${TMPPLIST} @${RM} ${WRKSRC}/*.txt -.include <bsd.port.post.mk> +.include <bsd.port.mk> |