diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-19 01:27:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-19 01:27:17 +0000 |
commit | 716855bc18f166ed440eccb35365ba5b56be0330 (patch) | |
tree | 460847de5659ba983a1c2768ba7536df0159bd46 /games/eboard/Makefile | |
parent | 48cf98b0c65ba61c6d180361322479b19c1c77ab (diff) | |
download | pkgsrc-716855bc18f166ed440eccb35365ba5b56be0330.tar.gz |
The configure script is written in Perl.
Diffstat (limited to 'games/eboard/Makefile')
-rw-r--r-- | games/eboard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 2e9ca2a50e4..627c2bfcc27 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/01/29 21:43:54 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/19 01:27:17 rillig Exp $ # DISTNAME= eboard-1.0.3 @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR} USE_LANGUAGES= c c++ USE_TOOLS+= perl gmake pkg-config +CONFIG_SHELL= perl REPLACE_PERL+= configure LDFLAGS+= ${LIBOSSAUDIO} |