diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-09-08 00:59:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-09-08 00:59:24 +0800 |
commit | 8eb4b52458bae9a61500060741b2e862b7a9d9e4 (patch) | |
tree | 088ca4fa4b10e1df0a719f81dc993fe595bf0c12 /misc/magicpoint | |
parent | 668f28e70f080e2d06d6c5e1ac9ad526d106e5e5 (diff) | |
download | freebsd-ports-gnome-8eb4b52458bae9a61500060741b2e862b7a9d9e4.tar.gz freebsd-ports-gnome-8eb4b52458bae9a61500060741b2e862b7a9d9e4.tar.zst freebsd-ports-gnome-8eb4b52458bae9a61500060741b2e862b7a9d9e4.zip |
- enable option GIF per default
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 7cd744a0868b..366da1493d1d 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -3,7 +3,7 @@ PORTNAME= magicpoint PORTVERSION= 1.13a -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ @@ -41,7 +41,7 @@ SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl OPTIONS_DEFINE= FREETYPE XFT GIF IMLIB DOCS -OPTIONS_DEFAULT=FREETYPE XFT +OPTIONS_DEFAULT=FREETYPE XFT GIF NO_OPTIONS_SORT=yes FREETYPE_CONFIGURE_ENABLE= freetype |