aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-11-24 06:00:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-11-24 06:00:08 +0000
commit69e5cf72e291cbb6b870fabed188a5de81eca66e (patch)
tree0257c027cdfe53d757458e4a48250b0fc2059f7b /graphics/gimageview
parent64061112c4e28c6d22faae7b5cd8e1592948d330 (diff)
downloadports-69e5cf72e291cbb6b870fabed188a5de81eca66e.tar.gz
ports-69e5cf72e291cbb6b870fabed188a5de81eca66e.zip
- explicit option WITH_IMLIB
Ths eliminates autodetections problems Feature safe: yes
Notes
Notes: svn path=/head/; revision=286337
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 8bcb2631eb6f..194dc355ccf5 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -30,7 +30,8 @@ OPTIONS= SPLASH "Show splash on startup" on \
LIBRSVG2 "Build with librsvg-2 support" on \
LIBEXIF "Build with libexif support" on \
MPLAYER "Build with Mplayer support" on \
- LIBXINE "Build with Xine support" off
+ LIBXINE "Build with Xine support" off \
+ IMLIB "Build with imlib instead of gdk-pixbuf" off
USE_GNOME= gtk20
USE_XORG= xinerama ice
@@ -51,10 +52,9 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if ${HAVE_GNOME:Mimlib}!=""
+.if defined(WITH_IMLIB)
USE_GNOME+= imlib
PKGNAMESUFFIX= -imlib
-WITH_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif