diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-31 18:10:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-31 18:10:51 +0000 |
commit | ddbcb332885e22019bc25f945272465911403ce4 (patch) | |
tree | 09defe9f91a87cbaf50203116c3c0176b28f9710 /astro | |
parent | 70c24596d4a261a6aee659910d4079386f3477ce (diff) | |
download | FreeBSD-ports-ddbcb332885e22019bc25f945272465911403ce4.zip FreeBSD-ports-ddbcb332885e22019bc25f945272465911403ce4.tar.gz |
Add a missing dependency on gail, and indicate that this port requires
GNOME Desktop version 2.
Reported by: bento via kris
Diffstat (limited to 'astro')
-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 4617bb9..878032f 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" |