diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /mail/maildrop | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) | |
download | freebsd-ports-gnome-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz freebsd-ports-gnome-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.zst freebsd-ports-gnome-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 847f14064ef3..af4f78b0d380 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -46,10 +46,6 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 502010 -USE_GMAKE =yes -.endif - .if defined(WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+= --with-db=gdbm |