diff options
author | pav <pav@FreeBSD.org> | 2004-06-02 09:21:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-02 09:21:25 +0800 |
commit | 6a4268c128ef1340aaa69dec3bed9b50dff682bf (patch) | |
tree | b2e764c7f579dbd15b6e31039e929bc35215ec6e /mail/mahogany/Makefile | |
parent | ebee3090ffd4fe5bac41633e1bf41c4399103f88 (diff) | |
download | freebsd-ports-gnome-6a4268c128ef1340aaa69dec3bed9b50dff682bf.tar.gz freebsd-ports-gnome-6a4268c128ef1340aaa69dec3bed9b50dff682bf.tar.zst freebsd-ports-gnome-6a4268c128ef1340aaa69dec3bed9b50dff682bf.zip |
- Unbreak on 5.x
PR: ports/67457
Submitted by: Andrey Slusar <vasallia@ukr.net>
Diffstat (limited to 'mail/mahogany/Makefile')
-rw-r--r-- | mail/mahogany/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index fdad9972b10d..c28472579b28 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -30,14 +30,8 @@ CONFIGURE_ARGS= --with-python=none \ --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config CONFIGURE_ENV= OSTYPE=${OPSYS} CFLAGS="${CFLAGS}" -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" || ${OSVERSION} > 502105 -BROKEN= "Does not compile on !i386 or FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-DOPENSSL_NO_KRB5||' -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(DATADIR)/locale|$$(DESTDIR)/share/locale|' ${WRKSRC}/locale/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |