diff options
author | wiz <wiz> | 2001-09-09 14:35:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-09 14:35:52 +0000 |
commit | e2ae30e67318eb8519707a4e19d071ef439d90a9 (patch) | |
tree | e4fbe2994f0743f856f89630d229f50b872edec0 /graphics/clanlib | |
parent | bde38c14026fe6df11d257239abb4b33dee1efc5 (diff) | |
download | pkgsrc-e2ae30e67318eb8519707a4e19d071ef439d90a9.tar.gz |
Remove dependency on perl. It should have been a build-dependency, but even
that is not needed, contrary to what the configure script says.
Diffstat (limited to 'graphics/clanlib')
-rw-r--r-- | graphics/clanlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 3f922c2184e..9b3ebc77a55 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/29 22:41:15 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/09/09 14:35:52 wiz Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 @@ -8,11 +8,10 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ COMMENT= The ClanLib Game SDK -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK_ONLY= yes USE_X11BASE= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-asm386 |