diff options
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 1b8a04e..e18090a 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 1.0.4 +# Version required: 1.0.5 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.19 1998/06/01 04:24:01 vanilla Exp $ +# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $ # -DISTNAME= gtk+-1.0.4 -PKGNAME= gtk-1.0.4 +DISTNAME= gtk+-1.0.5 +PKGNAME= gtk-1.0.5 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \ @@ -17,7 +17,6 @@ MAINTAINER= vanilla@FreeBSD.ORG GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X11= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' |