diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /news/yencode | |
parent | Update to 0.6.0 (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209420
Diffstat (limited to 'news/yencode')
-rw-r--r-- | news/yencode/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 248d31cbdafe..a8d203af964c 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nivo+kw+ports.bfa274@is-root.com COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format -USE_GETOPT_LONG= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |