diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 22:26:01 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 22:26:01 +0000 |
commit | 8f207303d64c5f7e36b67696b0414e3ff26d70f3 (patch) | |
tree | 0bdf83049ee7ae555ad9deebcfe0f187f100c519 /mail | |
parent | 464a415bd253f98d1bf20b7f29ac7e0b77c99151 (diff) | |
download | ports-8f207303d64c5f7e36b67696b0414e3ff26d70f3.tar.gz ports-8f207303d64c5f7e36b67696b0414e3ff26d70f3.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mahogany/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 7944fc6d3928..3b7c4f0666cf 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mahogany MAINTAINER= ports@freebsd.org COMMENT= An X11 mail and news client -LIB_DEPENDS+= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk +LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -26,7 +26,8 @@ INSTALL_TARGET= install_bin install_locale MAN1= M.1 mahogany.1 -CONFIGURE_ARGS= --with-python=none +CONFIGURE_ARGS= --with-python=none \ + --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config CONFIGURE_ENV= OSTYPE=${OPSYS} CFLAGS="${CFLAGS}" post-patch: |