diff options
-rw-r--r-- | audio/shntool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index b606f0a966fb..e40e57ea3293 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -11,16 +11,15 @@ CATEGORIES= audio MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner -EXTRACT_SUFX= .tar.gz MAINTAINER= fenner@FreeBSD.Org COMMENT= Multi-purpose .wav/.shn processing utility +RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten + GNU_CONFIGURE= yes USE_GMAKE= yes -RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten - MAN1= shntool.1 .include <bsd.port.mk> |