diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:53:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:53:25 +0800 |
commit | e97853faef8990d982cdf202511c885db328fa6d (patch) | |
tree | 6ce6e972e7f00b1381176b849529ad363676d7a9 /devel/pkgconfig/Makefile | |
parent | 928b76c5143061e3b3462765e3f19f1606d4b013 (diff) | |
download | freebsd-ports-gnome-e97853faef8990d982cdf202511c885db328fa6d.tar.gz freebsd-ports-gnome-e97853faef8990d982cdf202511c885db328fa6d.tar.zst freebsd-ports-gnome-e97853faef8990d982cdf202511c885db328fa6d.zip |
Update gtk/glib to the version 2.0 and other related ports to the latest
versions.
PR: 35541, 35744, 35757
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r-- | devel/pkgconfig/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index d6f96154ef89..13b7c5a5a734 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -6,15 +6,15 @@ # PORTNAME= pkgconfig -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= devel -MASTER_SITES= http://www.marcuscom.com/downloads/ \ - http://www.freedesktop.org/software/pkgconfig/releases/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2 +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFILES= glib-1.2.8/configure |