diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-25 22:39:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-25 22:39:02 +0800 |
commit | 8fd441b819ac461d575626cba33d9200669e9bfb (patch) | |
tree | 9aef388e3e1b46e5540b4b8c176ea0e14656524d /misc | |
parent | eda5cfd70bada7bcc30e9a1dee6e7c0dad688324 (diff) | |
download | freebsd-ports-gnome-8fd441b819ac461d575626cba33d9200669e9bfb.tar.gz freebsd-ports-gnome-8fd441b819ac461d575626cba33d9200669e9bfb.tar.zst freebsd-ports-gnome-8fd441b819ac461d575626cba33d9200669e9bfb.zip |
Remove non default option on imlib
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 4 |
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> |