diff options
Diffstat (limited to 'graphics/EZWGL/Makefile')
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 2a2c72303822..e1b941d065ed 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -12,12 +12,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= EZ Widget and Graphics Library LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png USE_XORG= x11 xext USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PORTDOCS= * PORTEXAMPLES= * |