diff options
Diffstat (limited to 'audio/mp3asm/Makefile')
-rw-r--r-- | audio/mp3asm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index a83b6cb10284..9deec2afe7df 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -13,12 +13,12 @@ COMMENT= MP3 frame level editor LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 - NO_STAGE= yes + USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 post-extract: @${RM} ${WRKSRC}/config.cache |