diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-01 02:10:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-01 02:10:51 +0800 |
commit | ddbcb332885e22019bc25f945272465911403ce4 (patch) | |
tree | 09defe9f91a87cbaf50203116c3c0176b28f9710 | |
parent | 70c24596d4a261a6aee659910d4079386f3477ce (diff) | |
download | freebsd-ports-gnome-ddbcb332885e22019bc25f945272465911403ce4.tar.gz freebsd-ports-gnome-ddbcb332885e22019bc25f945272465911403ce4.tar.zst freebsd-ports-gnome-ddbcb332885e22019bc25f945272465911403ce4.zip |
Add a missing dependency on gail, and indicate that this port requires
GNOME Desktop version 2.
Reported by: bento via kris
-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" |