diff options
author | agc <agc@pkgsrc.org> | 1998-01-09 09:17:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-09 09:17:05 +0000 |
commit | 02c899432ad530b982d4a68348c30c221d233342 (patch) | |
tree | 1f4a7aa80512f7e746ef0f6e92863f89cb44f9d1 /x11 | |
parent | 52fab24440ef0029a7c5241041e69fcc537f3229 (diff) | |
download | pkgsrc-02c899432ad530b982d4a68348c30c221d233342.tar.gz |
Delete USE_GMAKE - it's not necessary. Native make works fine.
As pointed out by Charles Hannum.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmascot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 82bcec841f4..67ec52f100a 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1997/11/05 13:40:16 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/09 09:17:05 agc Exp $ # New ports collection makefile for: xmascot # Version required: 2.5p2 # Date created: 20 November 1996 @@ -16,7 +16,6 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp OPSYS!= uname -s -USE_GMAKE= yes USE_IMAKE= yes CAT1= xmascot.0 |