aboutsummaryrefslogtreecommitdiffstats
path: root/x11/metisse
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-06-05 02:53:11 +0800
committerdanfe <danfe@FreeBSD.org>2007-06-05 02:53:11 +0800
commit94ad9f4b6130af6f1ebb1c71dd8668afb43d381e (patch)
tree2f728abd979588717f58fac646348f29c2ded0cb /x11/metisse
parentb0ec3b2b65786b0498e6ae8e5b0013b256d42e7f (diff)
downloadfreebsd-ports-gnome-94ad9f4b6130af6f1ebb1c71dd8668afb43d381e.tar.gz
freebsd-ports-gnome-94ad9f4b6130af6f1ebb1c71dd8668afb43d381e.tar.zst
freebsd-ports-gnome-94ad9f4b6130af6f1ebb1c71dd8668afb43d381e.zip
Try to pass Freshports sanity check.
Submitted by: gabor
Diffstat (limited to 'x11/metisse')
-rw-r--r--x11/metisse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile
index 7019f854057c..f79e6f206ab5 100644
--- a/x11/metisse/Makefile
+++ b/x11/metisse/Makefile
@@ -105,7 +105,8 @@ MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
fvwm-menu-directory.1 fvwm-menu-headlines.1 \
fvwm-menu-xlock.1 fvwm-perllib.1 fvwm-root.1 fvwm.1
-.if ${USE_GNOME:Mgtk12} || ${USE_GNOME:Mimlib}
+_GTK= ${USE_GNOME:Mgtk12} ${USE_GNOME:Mimlib}
+.if !empty(_GTK)
MAN1+= FvwmGtk.1
PLIST_SUB+= GTK=""
.else