diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-30 13:24:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-30 13:24:38 +0800 |
commit | c42c47c7b2cb3ae3a712e898f93b350a7f145295 (patch) | |
tree | 14751f487fd3fbc586405271d83959e71cd122d9 /x11-toolkits/gtk12/Makefile | |
parent | 1e49f26ca38fd9383495c1554b3a11cab417e598 (diff) | |
download | freebsd-ports-gnome-c42c47c7b2cb3ae3a712e898f93b350a7f145295.tar.gz freebsd-ports-gnome-c42c47c7b2cb3ae3a712e898f93b350a7f145295.tar.zst freebsd-ports-gnome-c42c47c7b2cb3ae3a712e898f93b350a7f145295.zip |
Upgrade to 1.0.5, remove USE_X11 (i put gtk on /usr/local now).
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 1b8a04ea53cb..e18090a3233f 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/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' |