summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland>2012-12-17 03:37:09 +0000
committerdholland <dholland>2012-12-17 03:37:09 +0000
commitd65f58b1c65b71d439d9a4d861d81e483a74da8f (patch)
treef5f25cfe5b60e2043e62129bb56d853f8ca6a4be /emulators
parent13bbfd44ef3b05f0ecd783a13605b889fa2ed744 (diff)
downloadpkgsrc-d65f58b1c65b71d439d9a4d861d81e483a74da8f.tar.gz
fix a piece of pkglint.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/zsnes/Makefile4
1 files changed, 2 insertions, 2 deletions
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