diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /audio/quelcom | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) | |
download | ports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz ports-b185046be2ec03555daaf4f26d38542c403a9955.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes:
svn path=/head/; revision=84842
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: |