summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authordbj <dbj>2016-01-27 06:37:27 +0000
committerdbj <dbj>2016-01-27 06:37:27 +0000
commit9c3c981668e6ac72636fd6eb53089a9bd6275327 (patch)
treeeae8a8cb61000375be6b9e75e6a0cfc0908e5065 /ham
parent98821ca13f40a9e71c5a6eebcd9dc4a0a12d877e (diff)
downloadpkgsrc-9c3c981668e6ac72636fd6eb53089a9bd6275327.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"