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/libpanel | |
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/libpanel')
-rw-r--r-- | x11/libpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libpanel/Makefile b/x11/libpanel/Makefile index 7f83f8f..1a94f01 100644 --- a/x11/libpanel/Makefile +++ b/x11/libpanel/Makefile @@ -16,7 +16,7 @@ COMMENT= A library for writing custom applets for GNOME Panel USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOMENG= yes +GNOME_DESKTOP_VERSION=1 USE_GNOME= gnomelibs INSTALLS_SHLIB= yes MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" |