summaryrefslogtreecommitdiff
path: root/x11-toolkits/libzvt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-30 16:24:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-30 16:24:08 +0000
commitcc2170c384d0245cc774e076cd41ea8ae01de347 (patch)
treedc674d40ddafb5a9ce2d14e94e98f2d44d08c680 /x11-toolkits/libzvt
parentAdd @dirrm include/libpng (diff)
Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but the desktops will be mutually independent. That is, you will not be able to install gnomedesktop, for example, on the same machine as gnomecore. However, you will be able to install the GNOME 2.0 desktop, and use all your favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
Notes
Notes: svn path=/head/; revision=58366
Diffstat (limited to 'x11-toolkits/libzvt')
-rw-r--r--x11-toolkits/libzvt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile
index 1f6a0c23807b..8af0cb65511e 100644
--- a/x11-toolkits/libzvt/Makefile
+++ b/x11-toolkits/libzvt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libzvt
PORTVERSION= 1.114.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4
@@ -23,8 +24,8 @@ USE_GMAKE= yes
USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \
- --datadir=${PREFIX}/share/gnome2
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}