diff src/pstoedit.mk @ 3812:82bd7cd7d06d

plotutils: create dlls, use with pstoedit * src/plotutils.mk: build dlls from static libs * src/pstoedit.mk: add plotutils as a dependancy of pstoedit
author John Donoghue
date Fri, 27 Feb 2015 08:19:06 -0500
parents 7bccd055043e
children ea3cab4018c5
line wrap: on
line diff
--- a/src/pstoedit.mk	Thu Feb 26 09:17:38 2015 -0800
+++ b/src/pstoedit.mk	Fri Feb 27 08:19:06 2015 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://sourceforge.net/projects/pstoedit/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)/download
-$(PKG)_DEPS     :=
+$(PKG)_DEPS     := plotutils
 
 define $(PKG)_UPDATE
     echo 'Warning: Updates are temporarily disabled for package pstoedit.' >&2;