diff options
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 8259748f12d9..889e31965fd6 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images PORTSCOUT= limit:^1\.5\. +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes @@ -28,7 +29,6 @@ OPTIONS_DEFINE=APNG OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL) |