diff options
author | ade <ade@FreeBSD.org> | 2001-05-23 08:49:11 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-23 08:49:11 +0800 |
commit | 33d20c6ae86f0ab85d600e154ac54a0064c88467 (patch) | |
tree | f88a06809de2952642f23a06d91399a99457680e /x11-toolkits/gtk12/Makefile | |
parent | 240164ffc5a306708c7eab6943cd16765e72d623 (diff) | |
download | freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.tar.gz freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.tar.zst freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.zip |
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 'x11-toolkits/gtk12/Makefile')
-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 |