diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
commit | 6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef (patch) | |
tree | 6ee88f98657f9c200a7c9ab4e8cf3c0eaf0c4d5b /www/cadaver/Makefile | |
parent | Red5 is an Open Source Flash Server written (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to '')
-rw-r--r-- | www/cadaver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index d08e65cc70f9..4d9d70f4f636 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -17,7 +17,6 @@ COMMENT= Commandline client for DAV LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |