diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
commit | c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9 (patch) | |
tree | ca3e87148da586647b9a756895518811b0d88204 /graphics/xrml | |
parent | cd643c65b2204e4385844a0b89a1f010731027dc (diff) | |
download | freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.gz freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.zst freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Diffstat (limited to 'graphics/xrml')
-rw-r--r-- | graphics/xrml/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile index 06e014cb49cd..dd0037bd1372 100644 --- a/graphics/xrml/Makefile +++ b/graphics/xrml/Makefile @@ -23,6 +23,8 @@ USE_X_PREFIX= yes USE_GL= yes USE_MOTIF= yes USE_LDCONFIG= yes +USE_GCC= 2.95 +NOT_FOR_ARCHS= amd64 sparc64 ia64 .if !defined(WITH_EXAMPLES) PLIST_SUB= WITH_EXAMPLES="@comment " @@ -30,13 +32,6 @@ PLIST_SUB= WITH_EXAMPLES="@comment " PLIST_SUB= WITH_EXAMPLES="" .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -USE_GCC= 2.95 -NOT_FOR_ARCHS= amd64 sparc64 ia64 -.endif - .ifndef (WITH_EXAMPLES) pre-everything:: @${ECHO_MSG} "You can define WITH_EXAMPLES=yes to install example VRML files" @@ -102,4 +97,4 @@ do-install: ${LN} -sf VRML97 ${DOCSDIR}/VRML .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |