diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-01 03:04:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-01 03:04:40 +0800 |
commit | cd2c5b1691632e9a93025f3335905c9cb37af40a (patch) | |
tree | 85b791d7bc0e98b51a519c0176f759ebde3b1248 /astro/glunarclock/Makefile | |
parent | fc84d199c23987fa8404535669343b14b4ffd97c (diff) | |
download | freebsd-ports-gnome-cd2c5b1691632e9a93025f3335905c9cb37af40a.tar.gz freebsd-ports-gnome-cd2c5b1691632e9a93025f3335905c9cb37af40a.tar.zst freebsd-ports-gnome-cd2c5b1691632e9a93025f3335905c9cb37af40a.zip |
I got overly zealous. GNOME_DESKTOP_VERSION is only needed for ports in the
actual Desktop.
Diffstat (limited to 'astro/glunarclock/Makefile')
-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 878032fc3bf2..f043fadd5702 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" |