diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | 8d5aebb15f925802df103642983fbaa93a2b1e5a (patch) | |
tree | fda0740a809b9e0755c425905c8a528f4bd02a2d /x11/gnome-desktop | |
parent | ce51d65108bdf9d881971f2456db24ae4517bd72 (diff) | |
download | FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
Diffstat (limited to 'x11/gnome-desktop')
-rw-r--r-- | x11/gnome-desktop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 0c33211..f30007d 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -17,21 +17,18 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME 2.0 -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_BISON= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gnome-about.1 |