diff options
author | vs <vs@FreeBSD.org> | 2005-02-24 21:14:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-24 21:14:16 +0800 |
commit | 25447bbb5201591a7de0dc8533f2e6390122723c (patch) | |
tree | c0921a664c1834c0ea173001a57e8929f28d20b1 /mail/mixmaster/Makefile | |
parent | 49f9287f100c18e04b8d7c5e8b6cf61a4233d905 (diff) | |
download | freebsd-ports-gnome-25447bbb5201591a7de0dc8533f2e6390122723c.tar.gz freebsd-ports-gnome-25447bbb5201591a7de0dc8533f2e6390122723c.tar.zst freebsd-ports-gnome-25447bbb5201591a7de0dc8533f2e6390122723c.zip |
Unbreak on 4.x: Add missing -ltermcap
Approved by: maintainer silence
Diffstat (limited to 'mail/mixmaster/Makefile')
-rw-r--r-- | mail/mixmaster/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile index c78f7710c32f..938e8f08f7dc 100644 --- a/mail/mixmaster/Makefile +++ b/mail/mixmaster/Makefile @@ -40,10 +40,6 @@ MIXMASTER_SCRIPTS= ${WRKDIR}/mixmaster-update.pl .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - post-patch: ${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile @${RM} ${WRKSRC}/../conf/mix.cfg.orig |