1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove non default option on imlib

This commit is contained in:
Baptiste Daroussin 2014-12-25 14:39:02 +00:00
parent 29a640c382
commit b8f3b75e89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375571

View File

@ -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>