diff options
Diffstat (limited to 'emulators/ski/Makefile')
-rw-r--r-- | emulators/ski/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index b9625f67735..41d1f7c159b 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/07/21 22:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2019/11/03 19:24:34 rillig Exp $ # DISTNAME= ski-1.3.2 @@ -14,11 +14,11 @@ LICENSE= gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" .include "options.mk" -BUILD_DEPENDS+= libelf>=0.8.13:../../devel/libelf +BUILD_DEPENDS+= libelf>=0.8.13:../../devel/libelf -GNU_CONFIGURE= yes -USE_LANGUAGES+= c c++ -CONFIGURE_ARGS+= --prefix=${PREFIX} +GNU_CONFIGURE= yes +USE_LANGUAGES+= c c++ +CONFIGURE_ARGS+= --prefix=${PREFIX} CPPFLAGS+= -I${PREFIX}/include/libelf -L ${PREFIX}/lib |