diff options
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r-- | astro/xtide/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index c91cf701dabf..26323be04f58 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -16,11 +16,10 @@ COMMENT= Harmonic tide clock and tide predictor LICENSE= GPLv3 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_BZIP2= yes USES= gmake -USE_GCC= yes GNU_CONFIGURE= yes CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations |