diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 21:18:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 21:18:39 +0000 |
commit | 2157f2b7918347befdd7c2f8bd234d49bb3131d9 (patch) | |
tree | 325cb6247066b8da4a4481636026bba5ae3df48d /x11/gnomeapplets | |
parent | 8d5aebb15f925802df103642983fbaa93a2b1e5a (diff) | |
download | FreeBSD-ports-2157f2b7918347befdd7c2f8bd234d49bb3131d9.zip FreeBSD-ports-2157f2b7918347befdd7c2f8bd234d49bb3131d9.tar.gz |
Correct a typo.
Diffstat (limited to 'x11/gnomeapplets')
-rw-r--r-- | x11/gnomeapplets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 3432d36..5b47e24 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME_DESKTOP=1 +GNOME_DESKTOP_VERSION=1 USE_GNOME= gnomeprefix gnomehack libpanel gnomevfs gnomecanvas libghttp GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |