diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
commit | a769580b87aff31eefcf6b9b8a016a2127c9d8c8 (patch) | |
tree | 00a22daa001f3878816084ae229a51e181e100b2 /audio/umix | |
parent | b5e317f4981d7f7eb4fa298aaacfa87684509ca8 (diff) | |
download | freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.gz freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.zst freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'audio/umix')
-rw-r--r-- | audio/umix/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index f426843c1303..b1561a785a63 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |