diff options
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 5faeaed1273a..eccc68243947 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -13,6 +13,8 @@ COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. +NO_STAGE= yes + USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -21,7 +23,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCBOOK X11 DOCBOOK_DESC= Generate API documentation (requires DOCS) -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} |