diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-23 00:49:11 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-23 00:49:11 +0000 |
commit | ff4f18ab924209c55d3bb210a8fe04b9b350a447 (patch) | |
tree | 5ae62eebdd7b7debbc02193a74df18de0366c6a1 /x11-toolkits/gtk12/Makefile | |
parent | Add the gtk+ distfile for extraction purposes, rather than depending on (diff) |
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index c985bc580fb1..cb59dad295c2 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,13 +7,10 @@ PORTNAME= gtk PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/gtk+ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |