From 1f96bbd01d0b7d6d28cd7115a5cd7211158104fb Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 17 Dec 2012 03:37:09 +0000 Subject: fix a piece of pkglint. --- emulators/zsnes/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 0453e683da0..c45e63c0c93 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/10/03 12:55:23 asau Exp $ +# $NetBSD: Makefile,v 1.43 2012/12/17 03:37:09 dholland Exp $ DISTNAME= zsnes151src PKGNAME= zsnes-1.51 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/zsnes_1_51/src USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes -LDFLAGS+= ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 -- cgit v1.2.3