diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-25 19:43:58 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-25 19:43:58 +0800 |
commit | c5cfe1aa1cef61a7251377b73a19d02cc53c4d9e (patch) | |
tree | 78490badbca98f76162a0edea431f49714f822b9 /mail/qpopper | |
parent | 7943b74b1bc112bc6eb5325c6c3ae9d10fd86a09 (diff) | |
download | freebsd-ports-graphics-c5cfe1aa1cef61a7251377b73a19d02cc53c4d9e.tar.gz freebsd-ports-graphics-c5cfe1aa1cef61a7251377b73a19d02cc53c4d9e.tar.zst freebsd-ports-graphics-c5cfe1aa1cef61a7251377b73a19d02cc53c4d9e.zip |
Remove deprecated USE_SIZE
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 2f21bbecf47..433e47728cb 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}" |