diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:41:33 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:41:33 +0800 |
commit | e8da58d6a01de0af819cb8c26f60a466104ba4a2 (patch) | |
tree | f591efe2b42bee79db3d435fa27e0dd12c169843 /mail/ifile/Makefile | |
parent | 5a66051231c94244f89e4fb03c39494d2b0ed1be (diff) | |
download | freebsd-ports-gnome-e8da58d6a01de0af819cb8c26f60a466104ba4a2.tar.gz freebsd-ports-gnome-e8da58d6a01de0af819cb8c26f60a466104ba4a2.tar.zst freebsd-ports-gnome-e8da58d6a01de0af819cb8c26f60a466104ba4a2.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().
Obtained from: NetBSD
Diffstat (limited to 'mail/ifile/Makefile')
-rw-r--r-- | mail/ifile/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index e3425f009e76..cbba689e1a6c 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -7,21 +7,17 @@ PORTNAME= ifile PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= mail textproc MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/ MAINTAINER= david+ports@bushong.net COMMENT= An application of machine learning to e-mail filtering -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ifile.1 -post-patch: - @${REINPLACE_CMD} -e 's,-lm,-lm -L${LOCALBASE}/lib -lgnugetopt,' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |