From 9c3c981668e6ac72636fd6eb53089a9bd6275327 Mon Sep 17 00:00:00 2001 From: dbj Date: Wed, 27 Jan 2016 06:37:27 +0000 Subject: use PYPKGPREFIX instead of hard coding py27 in py-serial dependency --- ham/chirp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ham') 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" -- cgit v1.2.3