diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-12-19 20:26:40 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-12-19 20:26:40 +0000 |
commit | e7a8e6dbea9b8389b078ffd41458dde569317f6c (patch) | |
tree | 530ed96c36f6a20a5dc6e705ed39797a7f404095 /astro | |
parent | 716f7cc99c3896dfbea2e2d7d77655da476171b1 (diff) | |
download | ports-e7a8e6dbea9b8389b078ffd41458dde569317f6c.tar.gz ports-e7a8e6dbea9b8389b078ffd41458dde569317f6c.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 26323be04f58..1936430d8c3d 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_BZIP2= yes USES= gmake GNU_CONFIGURE= yes +USE_GCC= yes CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib |