diff options
Diffstat (limited to 'graphics/pngrewrite/Makefile')
-rw-r--r-- | graphics/pngrewrite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile index 25b7de61c3cf..e0dffd63dd66 100644 --- a/graphics/pngrewrite/Makefile +++ b/graphics/pngrewrite/Makefile @@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/pngrewrite +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm |