diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:20:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:20:09 +0000 |
commit | 1bdfab4132b9932e5ca345037fd2148a7c1cc0c8 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /astro/nova | |
parent | b2098d5c425699b0412ac2e4c7df334f7e74a61c (diff) | |
download | ports-1bdfab4132b9932e5ca345037fd2148a7c1cc0c8.tar.gz ports-1bdfab4132b9932e5ca345037fd2148a7c1cc0c8.zip |
Notes
Diffstat (limited to 'astro/nova')
-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 |