diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-11-10 15:26:20 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-11-10 15:29:33 +0000 |
| commit | 4698c6bc00b6c6b2f574b9e8e070473e456f2940 (patch) | |
| tree | f4026103650065f1afc511811d0bb458a5fa3c57 | |
| parent | 2268d1be045857fd1d4cac810133a632db6d3783 (diff) | |
| download | ports-4698c6bc00b6c6b2f574b9e8e070473e456f2940.tar.gz ports-4698c6bc00b6c6b2f574b9e8e070473e456f2940.zip | |
graphics/gifsicle: Enable option X11 by default
This way the default package is going to provide gifview.
PR: 259715
Approved by: tagattie (maintainer)
| -rw-r--r-- | graphics/gifsicle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 14f807f3f6f3..57b5fc2e0406 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -2,6 +2,7 @@ PORTNAME= gifsicle PORTVERSION= 1.93 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -25,7 +26,7 @@ PLIST_FILES= bin/gifdiff bin/gifsicle \ man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT= +OPTIONS_DEFAULT= X11 X11_USES= xorg X11_USE= xorg=x11 |
