diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-10 13:09:21 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-10 13:09:21 +0800 |
commit | 31c68e9373b17f48d0070593d3b79c1ad962bbac (patch) | |
tree | 8c31e508933e2d8d581418d2fb9c1b87ba89fba5 /graphics/ogre3d | |
parent | df4982de2b561c52958c96e9aaffc56a091752d5 (diff) | |
download | freebsd-ports-gnome-31c68e9373b17f48d0070593d3b79c1ad962bbac.tar.gz freebsd-ports-gnome-31c68e9373b17f48d0070593d3b79c1ad962bbac.tar.zst freebsd-ports-gnome-31c68e9373b17f48d0070593d3b79c1ad962bbac.zip |
does not compile on alpha
NOT_FOR_ARCHS= alpha
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r-- | graphics/ogre3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 01143c28705e..218c5bc23778 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -31,6 +31,7 @@ USE_X_PREFIX= YES USE_GNOME= gnomehack USE_SDL= sdl USE_GMAKE= YES +NOT_FOR_ARCHS= alpha post-patch: @${REINPLACE_CMD} -e '\ |