diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-12 23:41:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-12 23:41:52 +0800 |
commit | 175219cbe8a4352c905339f35528c0796e847133 (patch) | |
tree | 6401a59fc41543dfea4a9d20ad02ba8d8a86f424 | |
parent | 80f7bff963ad1a85719f9b330f0a13f60dae6e78 (diff) | |
download | freebsd-ports-gnome-175219cbe8a4352c905339f35528c0796e847133.tar.gz freebsd-ports-gnome-175219cbe8a4352c905339f35528c0796e847133.tar.zst freebsd-ports-gnome-175219cbe8a4352c905339f35528c0796e847133.zip |
- Remove useless USE_XLIB variable
Approved by: miwi (mentor)
-rw-r--r-- | astro/glunarclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 76eadbee10e0..4a212905146c 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= glunarclock PORTVERSION= 0.32.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +17,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier -USE_XLIB= yes -USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack +USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes |