summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libnetpbm.make')
-rw-r--r--rules/libnetpbm.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/libnetpbm.make b/rules/libnetpbm.make
index 052685af3..f298d4b0b 100644
--- a/rules/libnetpbm.make
+++ b/rules/libnetpbm.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_LIBNETPBM) += libnetpbm
#
# Paths and names
#
-LIBNETPBM_VERSION = 10.31
-LIBNETPBM = netpbm-$(LIBNETPBM_VERSION)
-LIBNETPBM_SUFFIX = tgz
-LIBNETPBM_URL = http://puzzle.dl.sourceforge.net/sourceforge/netpbm/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
-LIBNETPBM_SOURCE = $(SRCDIR)/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
-LIBNETPBM_DIR = $(BUILDDIR)/$(LIBNETPBM)
+LIBNETPBM_VERSION := 10.31
+LIBNETPBM := netpbm-$(LIBNETPBM_VERSION)
+LIBNETPBM_SUFFIX := tgz
+LIBNETPBM_URL := http://puzzle.dl.sourceforge.net/sourceforge/netpbm/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
+LIBNETPBM_SOURCE := $(SRCDIR)/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
+LIBNETPBM_DIR := $(BUILDDIR)/$(LIBNETPBM)
-include $(call package_depfile)