diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 17:26:06 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 17:26:06 +0800 |
commit | 6747ef113829a142f9a7ae393882fe603ebba33b (patch) | |
tree | 26d5e0e1ed7a100e14dbe5a7b979b2637f8e95d8 /x11-toolkits/gtk20/Makefile | |
parent | eddee22671587a3a1d14c99368b229de62327af2 (diff) | |
download | freebsd-ports-gnome-6747ef113829a142f9a7ae393882fe603ebba33b.tar.gz freebsd-ports-gnome-6747ef113829a142f9a7ae393882fe603ebba33b.tar.zst freebsd-ports-gnome-6747ef113829a142f9a7ae393882fe603ebba33b.zip |
- Update to 2.0.2 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 65e9e5a0911f..f0ef85284ac8 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gtk -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta3,} \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta4,} \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ @@ -32,7 +32,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_PERL5= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ |