diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:30:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:30:42 +0000 |
commit | a4bf97bf7c69ca10f5eaa6ead72c1c38be76e8c5 (patch) | |
tree | 5cc091f165440702c8cb9202fa67a718a3b91ef0 /astro | |
parent | 67c3ce47d7c1ca69ba10c11644a0460191642ec6 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index bf992cc10491..3889f9ad3035 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` |