diff options
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index bb6a34d8bd78..1d5cffca7ceb 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 CONFLICTS= bazaar-1.* +NO_STAGE= yes USE_XZ= yes USES= pkgconfig @@ -29,7 +30,6 @@ OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG NO_OPTIONS_SORT=yes -NO_STAGE= yes .include <bsd.port.options.mk> PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig |