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 /audio/mp3asm | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
Notes
Diffstat (limited to 'audio/mp3asm')
-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 |