diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
commit | a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /astro | |
parent | f4176bb1801acde1e76e5b5987ed06f1b77c9b29 (diff) | |
download | freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.gz freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.zst freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.zip |
Add an expicit dependency on pkgconf
Diffstat (limited to 'astro')
-rw-r--r-- | astro/nova/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile index acc79a155237..731a0e711c56 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |