diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:19:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:19:45 +0000 |
commit | 7d38a4341afdb384b8ef80e95b5279ec7cb691d2 (patch) | |
tree | 392f7759f9595a2be8eb720715888f13f6e62475 /graphics/gimageview | |
parent | 144e6f10b641c3b1acab595fd2eb0b2b34b7934a (diff) | |
download | ports-7d38a4341afdb384b8ef80e95b5279ec7cb691d2.tar.gz ports-7d38a4341afdb384b8ef80e95b5279ec7cb691d2.zip |
Remove support for imlib
Notes
Notes:
svn path=/head/; revision=375563
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 5a63ccdcadbc..e0ec56665f34 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} @@ -25,7 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE IMLIB +OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE OPTIONS_DEFAULT=SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER NO_OPTIONS_SORT=yes OPTIONS_SUB= yes @@ -36,10 +36,6 @@ SPLASH_CONFIGURE_ENABLE=splash NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -IMLIB_DESC= imlib, disable gdk-pixbuf -IMLIB_CONFIGURE_ENABLE= gdk-pixbuf -IMLIB_USE= GNOME=imlib - LIBMNG_CONFIGURE_WITH= libmng LIBMNG_LIB_DEPENDS= libmng.so:${PORTSDIR}/graphics/libmng |