aboutsummaryrefslogtreecommitdiff
path: root/graphics/mirage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mirage/Makefile')
-rw-r--r--graphics/mirage/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile
index ecf4cf08ff39..56525af64bb6 100644
--- a/graphics/mirage/Makefile
+++ b/graphics/mirage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mirage
PORTVERSION= 0.9.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= BERLIOS/mirageiv
@@ -14,7 +14,6 @@ LICENSE= GPLv3
USE_BZIP2= yes
USE_GNOME= gtk20 pygtk2
-WANT_GNOME= yes
USES= gettext
USE_PYTHON= yes
USE_PYDISTUTILS= yes
@@ -22,9 +21,11 @@ PYDISTUTILS_PKGNAME= Mirage
PORT_VERBS= ${PORTNAME} imgfuncs
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS GNOME
-.if ${HAVE_GNOME:Mpygnome2}!=""
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGNOME}
USE_GNOME+= pygnome2
.endif
@@ -40,4 +41,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>