diff options
Diffstat (limited to 'src/ghostscript.mk')
-rw-r--r-- | src/ghostscript.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghostscript.mk b/src/ghostscript.mk index 46f0ac3..d287295 100644 --- a/src/ghostscript.mk +++ b/src/ghostscript.mk @@ -1,6 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := ghostscript +$(PKG)_WEBSITE := http://www.ghostscript.com/ $(PKG)_IGNORE := $(PKG)_VERSION := 9.19 $(PKG)_NODOTVER := $(subst .,,$($(PKG)_VERSION)) |