diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 10:34:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 10:34:49 +0000 |
commit | 70f997c3064264acbb0330a08163d2d45c0f55cb (patch) | |
tree | b23819889c23e7a7e6a10c1bb411093dc11621d0 /x11/libgnome/Makefile | |
parent | 51aab4018a8e67798ce08515597f92577be68810 (diff) |
Notes
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 4545ede74030..00507f8ecc22 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 |