diff options
Diffstat (limited to 'graphics/apngasm/Makefile')
-rw-r--r-- | graphics/apngasm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/apngasm/Makefile b/graphics/apngasm/Makefile index 4448d55b47f1..6395797b980c 100644 --- a/graphics/apngasm/Makefile +++ b/graphics/apngasm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apngasm -PORTVERSION= 2.1 +PORTVERSION= 2.2 DISTVERSIONSUFFIX=-src CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -33,9 +33,9 @@ PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> .if !defined(NO_SHARED) -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .else -BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png +BUILD_DEPENDS+= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png LDFLAGS+= -static .endif |