diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:09:50 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:09:50 +0000 |
commit | 29843ec68ec5f0c691c67f41acc171b098991377 (patch) | |
tree | 66de5d07fad197bb2a3f263cc896cae42b896379 /graphics/hermes/Makefile | |
parent | 5ec02c27c2957a20b724848055fd9a699793c781 (diff) | |
download | pkgsrc-29843ec68ec5f0c691c67f41acc171b098991377.tar.gz |
Add buildlink.mk file for use by other packages and set USE_BUILDLINK_ONLY
Diffstat (limited to 'graphics/hermes/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index 52e9ede4425..c472555adee 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 15:22:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/30 11:09:50 zuntum Exp $ DISTNAME= Hermes-1.3.2 WRKSRC= ${WRKDIR}/Hermes-1.3.2 @@ -9,6 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ COMMENT= Library for conversion of pixel graphics +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes |