diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /graphics/swftools | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes:
svn path=/head/; revision=327804
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index d36fc8433063..5b449849b7a2 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +NO_STAGE= yes + OPTIONS_DEFINE= LAME PDF USES= pkgconfig @@ -28,7 +30,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no - MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ png2swf.1 swfbbox.1 swfc.1 swfcombine.1 swfdump.1 \ swfextract.1 swfrender.1 swfstrings.1 wav2swf.1 @@ -36,7 +37,6 @@ MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLAME} |