diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /audio/quelcom | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.zst freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'audio/quelcom')
-rw-r--r-- | audio/quelcom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile index 22e3146daeed..69e944926011 100644 --- a/audio/quelcom/Makefile +++ b/audio/quelcom/Makefile @@ -7,14 +7,14 @@ PORTNAME= quelcom PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.etse.urv.es/~dmanye/quelcom/src/ MAINTAINER= greid@FreeBSD.org COMMENT= A set of command-line utilities for MP3 and wave files -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_GMAKE= yes MAKEFILE= makefile @@ -25,7 +25,7 @@ MAN1= qmp3check.1 qmp3cut.1 qmp3info.1 qmp3join.1 qmp3report.1 \ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -BROKEN= "does not build on FreeBSD 5.x; cout.form cannot be used with GCC 3.x" +BROKEN= "does not build on FreeBSD 5.x; cout.form cannot be used with GCC 3.x" .endif do-install: |