diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-01 04:24:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-01 04:24:01 +0000 |
commit | 6cef84325038d2403b4928ad98877777e7b93436 (patch) | |
tree | dd118863e5fc948fcbdcf6972bd7e4f3f3425114 /x11-toolkits/gtk20 | |
parent | c91ce331dcde956cb1b0c91d1557caa449556014 (diff) | |
download | ports-6cef84325038d2403b4928ad98877777e7b93436.tar.gz ports-6cef84325038d2403b4928ad98877777e7b93436.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index e6eec46dd1f4..576fa60647fb 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,21 +3,22 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.17 1998/05/16 21:13:16 vanilla Exp $ +# $Id: Makefile,v 1.18 1998/05/27 18:12:00 vanilla Exp $ # -DISTNAME= gtk+-1.0.3 -PKGNAME= gtk-1.0.3 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ +DISTNAME= gtk+-1.0.3 +PKGNAME= gtk-1.0.3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ -MAINTAINER= vanilla@FreeBSD.ORG +MAINTAINER= vanilla@FreeBSD.ORG -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X11= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11= yes -CONFIGURE_ENV= INSTALL='/usr/bin/install -c' +CONFIGURE_ENV= INSTALL='/usr/bin/install -c' MAN1= gtk-config.1 |