diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:37:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:37:21 +0000 |
commit | 026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e (patch) | |
tree | e15da3a9d272dc778a61c4284411b8e8825bce6d /devel/libytnef | |
parent | dad0d0873a3d4f82a21a868dc5cb50e86c14565b (diff) | |
download | ports-026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e.tar.gz ports-026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 200
Notes
Notes:
svn path=/head/; revision=209418
Diffstat (limited to 'devel/libytnef')
-rw-r--r-- | devel/libytnef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libytnef/Makefile b/devel/libytnef/Makefile index 05e1af9f41c6..ea98cb43578d 100644 --- a/devel/libytnef/Makefile +++ b/devel/libytnef/Makefile @@ -18,7 +18,6 @@ COMMENT= Unpack data in MS Outlook TNEF format GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -USE_GETOPT_LONG=yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |