aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:39:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:39:02 +0000
commitb8f3b75e8968e8dd50fe5637e96675968242abe2 (patch)
tree9aef388e3e1b46e5540b4b8c176ea0e14656524d /misc
parent29a640c38230c5b97ae3d65f280850806be4c1a8 (diff)
downloadports-b8f3b75e8968e8dd50fe5637e96675968242abe2.tar.gz
ports-b8f3b75e8968e8dd50fe5637e96675968242abe2.zip
Remove non default option on imlib
Notes
Notes: svn path=/head/; revision=375571
Diffstat (limited to 'misc')
-rw-r--r--misc/magicpoint/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index f71b29a330ce..34a7d9dcbe00 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -42,7 +42,7 @@ EMACS_LISPS_MGP=COPYING README mgp.el mgp.sty sample.tex
SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl
-OPTIONS_DEFINE= FREETYPE XFT GIF IMLIB DOCS
+OPTIONS_DEFINE= FREETYPE XFT GIF DOCS
OPTIONS_DEFAULT=FREETYPE XFT GIF
NO_OPTIONS_SORT=yes
@@ -55,8 +55,6 @@ XFT_CONFIGURE_ON= --enable-freetype-charset16
GIF_CONFIGURE_ENABLE= gif
GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib
GIF_CPPFLAGS= -I${LOCALBASE}/include
-IMLIB_USE= GNOME=imlib
-IMLIB_CONFIGURE_ENABLE= imlib
.include <bsd.port.options.mk>