diff options
author | tron <tron@pkgsrc.org> | 1998-02-05 09:45:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-05 09:45:32 +0000 |
commit | 4e6c7bd9184e456c89ab465b070b1f9dd36fd659 (patch) | |
tree | 119a0c45d3b0100a5a268c9f13769f3a2c7da835 /x11 | |
parent | d07d6b92937b2d3020de674d44946d653785460c (diff) | |
download | pkgsrc-4e6c7bd9184e456c89ab465b070b1f9dd36fd659.tar.gz |
No need to use "gmake", our "make" works fine.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 256bcbac0cd..4b728f07da3 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 29 January 1998 # Whom: bsieker@techfak.uni-bielefeld.de # -# $NetBSD: Makefile,v 1.1 1998/02/03 10:07:45 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/05 09:45:32 tron Exp $ DISTNAME= gtk+-0.99.3 CATEGORIES= x11 @@ -20,6 +20,4 @@ USE_X11= yes CFLAGS= -pipe -O2 -USE_GMAKE= yes - .include <bsd.port.mk> |