diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 22:30:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 22:30:42 +0800 |
commit | 7a90864b218c8d90a992974ffb670ada999b99a5 (patch) | |
tree | 5cc091f165440702c8cb9202fa67a718a3b91ef0 /astro | |
parent | 8e14f0d0284481bb918484a01042ffcc1fbe5047 (diff) | |
download | freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.gz freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.zst freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.zip |
Add an explicit dependency on pkgconf
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` |