diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
commit | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch) | |
tree | 4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/uqm | |
parent | 9eca9d9c3be542fb7d2775295de32351162caa11 (diff) | |
download | freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/uqm/Makefile b/games/uqm/Makefile index ed4dd0d31145..bc9cd943e13b 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -57,10 +57,6 @@ PLIST_SUB+= MUSICADDON="@comment " LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal .endif -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - post-extract: ${MKDIR} ${WRKSRC}/sc2/content/packages ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/sc2/content/packages/ |