diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-20 02:04:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-20 02:04:35 +0000 |
commit | a33bce92ebc057d4db77095ed9c45b14ee757db6 (patch) | |
tree | c634a623141fdb95d120e08bf4ff386eb5cbd52a /emulators | |
parent | c234e99e39ece2672ca6eaea4ce3a0a9ad7e6fcc (diff) | |
download | pkgsrc-a33bce92ebc057d4db77095ed9c45b14ee757db6.tar.gz |
Note that this package expects gzip to exist to compress the man page,
and set MANCOMPRESSED to "yes" to note that the package installs
compressed man pages on its own.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 6170b2b08da..a9d4fad3bca 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:42 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/20 02:04:35 jlam Exp $ # DISTNAME= aranym-0.8.9beta @@ -15,6 +15,8 @@ USE_LANGUAGES= c c++ USE_X11= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src/Unix +USE_TOOLS+= gzip +MANCOMPRESSED= yes BUILD_TARGET= # void @@ -35,8 +37,6 @@ CONFIGURE_ARGS+= --enable-blitmemmove CONFIGURE_ARGS+= --enable-nfpci .endif -MANCOMPRESSED= aranym.1.gz - pre-build: cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} depend |