diff options
Diffstat (limited to 'x11/gtk/Makefile')
-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> |