diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-31 18:10:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-31 18:10:51 +0000 |
commit | f538a3958b4b85228ef764c238a413229caa4e09 (patch) | |
tree | f520b7dad2e3cb17ff3a3e9609a969b553fbe4dc /astro/glunarclock/Makefile | |
parent | Correct slip-up in the previous version of patch-ai. (diff) |
Add a missing dependency on gail, and indicate that this port requires
GNOME Desktop version 2.
Reported by: bento via kris
Diffstat (limited to '')
-rw-r--r-- | astro/glunarclock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 4617bb970b05..878032fc3bf2 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= glunarclock PORTVERSION= 0.30.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,8 @@ COMMENT= GNOME applet that displays the current phase of the Moon USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomepanel gnomehack gnomeprefix +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomepanel gail gnomehack gnomeprefix USE_LIBTOOL= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" |