diff options
author | krion <krion@FreeBSD.org> | 2004-04-16 22:42:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-16 22:42:39 +0800 |
commit | 8f6d09431a844593d58244260a627080930e44c4 (patch) | |
tree | 64f9e812de70618ac129498b98415b75c98758c8 /mail | |
parent | d34f7c1a2339a3450db44819b8727f49a64399bd (diff) | |
download | freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.tar.gz freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.tar.zst freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.zip |
- Remove USE_SIZE knob
Diffstat (limited to 'mail')
-rw-r--r-- | mail/esmtp/Makefile | 1 | ||||
-rw-r--r-- | mail/libnewmail/Makefile | 1 | ||||
-rw-r--r-- | mail/smtpmail/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index 9535aacc4126..bece41f42ae3 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -17,7 +17,6 @@ COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp -USE_SIZE= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index ca1fa665bbf8..3b526d47ff08 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop \ ltdl.4:${PORTSDIR}/devel/libltdl -USE_SIZE= yes GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 034264f607a1..46815826ef99 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Tool to send the mails over remote smtp server -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |