From e6ee8d81212e6bd8a3af996834a21b91ad1c2934 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Nov 2004 03:04:56 +0000 Subject: Avoid use of := in PKGNAME. Fix pre-configure make operator (should use :, not ::). --- audio/xine-esound/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xine-esound') diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 1ad9e64f59b..89f2610e26e 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:10 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/23 03:04:56 tv Exp $ # .include "../../multimedia/xine-lib/Makefile.common" -PKGNAME:= ${PKGNAME:S/lib/esound/} +PKGNAME= ${XINE_PKGNAME:S/lib/esound/} PKGREVISION= 1 CATEGORIES= audio -- cgit v1.2.3