diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 11:23:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 11:23:17 +0000 |
commit | 06157c086f9d6654a4b71effb6fc4e90a8b5238b (patch) | |
tree | fbea0f99d299730b2e4a109fe2c6070592b490e9 /astro | |
parent | 99f5c7c0b11e187ced083cc11dff3c97f3a1a7fa (diff) | |
download | ports-06157c086f9d6654a4b71effb6fc4e90a8b5238b.tar.gz ports-06157c086f9d6654a4b71effb6fc4e90a8b5238b.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/starplot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 627cfb881e7c..9c82489e24e2 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -12,11 +12,10 @@ COMMENT= 3-dimensional viewer for star charts OPTIONS_DEFINE= DOCS EXAMPLES -USES= gmake pathfix gettext pkgconfig +USES= compiler:c++11-lang gmake gnome localbase:ldflags pathfix \ + gettext pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ |