diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 18:34:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 18:34:49 +0800 |
commit | 85b66e33cf4b51cc193339be6649394072eb2f3e (patch) | |
tree | c54de29526c2253ed6a205266ec48dada0be82bb /x11/libgnome/Makefile | |
parent | 28b876f112ef0d55937b7bb145c88693ed6e3fb4 (diff) | |
download | freebsd-ports-graphics-85b66e33cf4b51cc193339be6649394072eb2f3e.tar.gz freebsd-ports-graphics-85b66e33cf4b51cc193339be6649394072eb2f3e.tar.zst freebsd-ports-graphics-85b66e33cf4b51cc193339be6649394072eb2f3e.zip |
- Update to 1.115.0 (version found in GNOME2 beta4);
- use USE_LIBTOOL.
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 4545ede7403..00507f8ecc2 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,11 +6,10 @@ # PORTNAME= libgnome -PORTVERSION= 1.114.0 -PORTREVISION= 1 +PORTVERSION= 1.115.0 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org @@ -25,7 +24,7 @@ USE_GMAKE= yes USE_ESOUND= yes USE_BISON= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ --datadir=${PREFIX}/share/gnome2 \ --with-html-dir=${PREFIX}/share/doc |