diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /graphics/ogre3d | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) | |
download | ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.gz ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.zip |
Notes
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r-- | graphics/ogre3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 21f32bb77f44..899c4096d7a8 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre @@ -34,6 +34,7 @@ USE_BZIP2= YES USE_GNOME= gnomehack USE_GMAKE= YES USE_SDL= sdl +USE_XORG= xaw post-patch: @${REINPLACE_CMD} -e '\ |