diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-20 13:59:56 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-20 13:59:56 +0000 |
commit | e0057c90d61c9a2a354f458a22ce0c7c80e56e34 (patch) | |
tree | 6039defcfc60f27f4db21339160f404d33e4239b /audio/normalize | |
parent | Upgrade to 1.0.10 (diff) |
get rid of unnecessary libgnugetopt dependency.
Diffstat (limited to 'audio/normalize')
-rw-r--r-- | audio/normalize/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index eaf4fe05a6ac..f10a4d59616b 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ MAINTAINER= greid@ukug.uk.freebsd.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes |