diff options
author | adam <adam> | 2004-01-22 14:31:43 +0000 |
---|---|---|
committer | adam <adam> | 2004-01-22 14:31:43 +0000 |
commit | 35cea89c4616891ffb9c79ec9768bde41b7de98a (patch) | |
tree | a2aeb11f11846d3236228f36b9ff455952cc2f01 /graphics/gle/Makefile | |
parent | 1bae0c17bec5b00f2c0562214a38f02da2c93887 (diff) | |
download | pkgsrc-35cea89c4616891ffb9c79ec9768bde41b7de98a.tar.gz |
USE_GMAKE is not necessary, sorry about the mistake
Diffstat (limited to 'graphics/gle/Makefile')
-rw-r--r-- | graphics/gle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 0c5ab9eda1f..3398b9b07ec 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/22 14:13:09 adam Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/22 14:31:43 adam Exp $ # DISTNAME= gle-3.1.0 @@ -13,7 +13,6 @@ HOMEPAGE= http://www.linas.org/gle/ COMMENT= GL subroutines for drawing tubing and extrusions USE_BUILDLINK2= YES -USE_GMAKE= YES USE_X11= YES GNU_CONFIGURE= YES |