changeset 3657:9b5ec90d870b

remove redundant package from ghostscript dependency list
author John W. Eaton <jwe@octave.org>
date Wed, 09 Jul 2014 09:25:57 -0400
parents 9a33176ea64d
children 0023c034ec4a
files src/ghostscript.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ghostscript.mk	Wed Jul 09 09:13:21 2014 -0400
+++ b/src/ghostscript.mk	Wed Jul 09 09:25:57 2014 -0400
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://downloads.ghostscript.com/public/$($(PKG)_FILE)
-$(PKG)_DEPS     := jpeg libpng jpeg tiff zlib
+$(PKG)_DEPS     := jpeg libpng tiff zlib
 
 define $(PKG)_UPDATE
     echo 'Warning: Updates are temporarily disabled for package ghostscript.' >&2;