diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
commit | dad0d0873a3d4f82a21a868dc5cb50e86c14565b (patch) | |
tree | e462a7690aebd4bb8e131b767361f662174e8b9c /audio/id3v2 | |
parent | - Update to version 1.4 (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'audio/id3v2')
-rw-r--r-- | audio/id3v2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index aa6b0d1f6131..0ccf7cb5f924 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -16,7 +16,6 @@ COMMENT= Command line id3v2 tag editor LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib -USE_GETOPT_LONG=yes CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1 LDFLAGS= -L${LOCALBASE}/lib CFLAGS+= ${CPPFLAGS} |