summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2016-01-27 06:37:27 +0000
committerdbj <dbj@pkgsrc.org>2016-01-27 06:37:27 +0000
commit5b64799024401eb10b682787864f4411299776e8 (patch)
treeeae8a8cb61000375be6b9e75e6a0cfc0908e5065 /ham
parent3bc163bb6bcd87eff90063cf21a56b93d7d7e0f4 (diff)
downloadpkgsrc-5b64799024401eb10b682787864f4411299776e8.tar.gz
use PYPKGPREFIX instead of hard coding py27 in py-serial dependency
Diffstat (limited to 'ham')
-rw-r--r--ham/chirp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/chirp/Makefile b/ham/chirp/Makefile
index 050b3905c29..d5724e37a2a 100644
--- a/ham/chirp/Makefile
+++ b/ham/chirp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/25 14:23:20 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2016/01/27 06:37:27 dbj Exp $
#
DISTNAME= chirp-0.4.1
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= #none
REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py
-DEPENDS+= py27-serial>=2.7:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
.include "../../mk/bsd.prefs.mk"