diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-01 19:29:49 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-01 19:29:49 (GMT) |
commit | 405a344b9d998cdceb6a8d01bd0e5053195f4ed7 (patch) | |
tree | 4997925d6ee7eeaf2f9087a4484ff312d6d94369 /src | |
parent | de236e8a3fefc599b96e8b21508cabf808633ac9 (diff) | |
download | mxe-405a344b9d998cdceb6a8d01bd0e5053195f4ed7.zip mxe-405a344b9d998cdceb6a8d01bd0e5053195f4ed7.tar.gz mxe-405a344b9d998cdceb6a8d01bd0e5053195f4ed7.tar.bz2 |
restored URL for version recognition of package pdflib_lite
Diffstat (limited to 'src')
-rw-r--r-- | src/pdflib_lite.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk index 09fb16d..fcf5948 100644 --- a/src/pdflib_lite.mk +++ b/src/pdflib_lite.mk @@ -32,7 +32,7 @@ $(PKG)_URL := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$(word 1,$(s $(PKG)_DEPS := gcc define $(PKG)_UPDATE - wget -q -O- 'http://www.pdflib.com/products/pdflib-lite-7/' | \ + wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite/' | \ $(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 endef |