diff options
author | joerg <joerg> | 2007-01-29 21:43:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-29 21:43:54 +0000 |
commit | 89055db7a0b6578795231eaa3a83bc7f098a47ed (patch) | |
tree | 3eb4d84ef58b57b0527b7125f9e9c80f3a0b8352 /games | |
parent | 414bdf127cb7b375ecb4e27d828eec285909b350 (diff) | |
download | pkgsrc-89055db7a0b6578795231eaa3a83bc7f098a47ed.tar.gz |
Cries for pkg-config.
Diffstat (limited to 'games')
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index e9d524d0907..2e9ca2a50e4 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/01/28 12:11:37 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2007/01/29 21:43:54 joerg Exp $ # DISTNAME= eboard-1.0.3 @@ -16,7 +16,7 @@ CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR} CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR} USE_LANGUAGES= c c++ -USE_TOOLS+= perl gmake +USE_TOOLS+= perl gmake pkg-config REPLACE_PERL+= configure LDFLAGS+= ${LIBOSSAUDIO} |