diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-31 19:04:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-31 19:04:40 +0000 |
commit | cd2c5b1691632e9a93025f3335905c9cb37af40a (patch) | |
tree | 85b791d7bc0e98b51a519c0176f759ebde3b1248 /astro | |
parent | fc84d199c23987fa8404535669343b14b4ffd97c (diff) | |
download | FreeBSD-ports-cd2c5b1691632e9a93025f3335905c9cb37af40a.zip FreeBSD-ports-cd2c5b1691632e9a93025f3335905c9cb37af40a.tar.gz |
I got overly zealous. GNOME_DESKTOP_VERSION is only needed for ports in the
actual Desktop.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 878032f..f043fad 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -17,7 +17,6 @@ COMMENT= GNOME applet that displays the current phase of the Moon USE_X_PREFIX= yes USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomepanel gail gnomehack gnomeprefix USE_LIBTOOL= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" |