diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 19:43:58 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 19:43:58 +0800 |
commit | 5bb578428d08b4b50287f2488823ced1b7b68c4e (patch) | |
tree | 8b856f49e6c4ba430b30a64bb7364d1f5010d992 /mail | |
parent | 65f4048d31a1222099987efc3e828217782c215d (diff) | |
download | freebsd-ports-gnome-5bb578428d08b4b50287f2488823ced1b7b68c4e.tar.gz freebsd-ports-gnome-5bb578428d08b4b50287f2488823ced1b7b68c4e.tar.zst freebsd-ports-gnome-5bb578428d08b4b50287f2488823ced1b7b68c4e.zip |
Remove deprecated USE_SIZE
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bayespam/Makefile | 1 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/bayespam/Makefile b/mail/bayespam/Makefile index 5e1bad931642..a852b7743e0f 100644 --- a/mail/bayespam/Makefile +++ b/mail/bayespam/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools USE_PERL5= yes USE_REINPLACE= yes -USE_SIZE= yes NO_BUILD= yes FILES_DOCS= AUTHORS COPYING Changelog INSTALL README TODO \ diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 2f21bbecf47c..433e47728cba 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -30,7 +30,6 @@ PATCH_DIST_STRIP= -p1 USE_AUTOCONF_VER= 213 USE_REINPLACE= yes -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \ OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" |