diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /audio/rioutil/Makefile | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index edd19a2..89bee16 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -5,17 +5,17 @@ # $FreeBSD$ # -PORTNAME= rioutil +PORTNAME= rioutil PORTVERSION= 1.0.6 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A program to inferface with the Rio600, Rio800 and psa[play devices -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |