diff options
author | mat <mat@FreeBSD.org> | 2016-04-14 21:34:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-14 21:34:25 +0800 |
commit | aedc12ff764c17dfb1720d68363480676de4d064 (patch) | |
tree | 44b3cc0fe5188a890d14702e5f0834aa43a27a4a /Mk/Uses/ghostscript.mk | |
parent | fe51d1cc09e644f35880190a84dd78da9de7bb59 (diff) | |
download | freebsd-ports-gnome-aedc12ff764c17dfb1720d68363480676de4d064.tar.gz freebsd-ports-gnome-aedc12ff764c17dfb1720d68363480676de4d064.tar.zst freebsd-ports-gnome-aedc12ff764c17dfb1720d68363480676de4d064.zip |
Try to be more helpful to our users, and keep all the possible versions
close to their default value in Mk/bsd.default-versions.mk.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses/ghostscript.mk')
-rw-r--r-- | Mk/Uses/ghostscript.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/ghostscript.mk b/Mk/Uses/ghostscript.mk index 7c624203d007..28ac66f2d18c 100644 --- a/Mk/Uses/ghostscript.mk +++ b/Mk/Uses/ghostscript.mk @@ -28,6 +28,8 @@ _INCLUDE_USES_GHOSTSCRIPT_MK= yes # allowed versions +# When adding a version, please keep the comment in +# Mk/bsd.default-versions.mk in sync. _GS_VERSION= 7 8 9 agpl _GS_ARGS= ${ghostscript_ARGS} |