diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 19:09:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 19:09:23 +0000 |
commit | 136f08b6872580984afef7987516c5b07b8f4896 (patch) | |
tree | 8fcf9a29a4d86815a19287e621493321a1e9b128 /graphics/hermes/Makefile | |
parent | 04d355a5cbf4cc49b785775bfeb7ada178e82ea1 (diff) | |
download | pkgsrc-136f08b6872580984afef7987516c5b07b8f4896.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.
Diffstat (limited to 'graphics/hermes/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index b198152794c..a94903b2a1a 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:29 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/14 19:09:23 wiz Exp $ DISTNAME= Hermes-1.2.6-2 PKGNAME= Hermes-1.2.6.2 @@ -9,7 +9,8 @@ MASTER_SITES= http://hermes.terminal.at/files/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV= INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" |