diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-17 03:37:09 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-17 03:37:09 +0000 |
commit | 2920f7b502a0e29a6b123d540b85b5f55a75de65 (patch) | |
tree | f5f25cfe5b60e2043e62129bb56d853f8ca6a4be /emulators/zsnes | |
parent | 0717e8a60a37a20708ab2a6f50cabcea3606d169 (diff) | |
download | pkgsrc-2920f7b502a0e29a6b123d540b85b5f55a75de65.tar.gz |
fix a piece of pkglint.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
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 |