summaryrefslogtreecommitdiff
path: root/mail/mahogany
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
commitd750615763ee2d3250de2115295079f66d813d1f (patch)
tree05b94e79be3ac272b9b617e50fc723ea52c6cf34 /mail/mahogany
parent- Respect X11BASE (diff)
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613 Submitted by: alepulver
Notes
Notes: svn path=/head/; revision=178433
Diffstat (limited to 'mail/mahogany')
-rw-r--r--mail/mahogany/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile
index a7c3610c843b..588310b744a9 100644
--- a/mail/mahogany/Makefile
+++ b/mail/mahogany/Makefile
@@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= mahogany
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 mail and news client
-LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
-
USE_X_PREFIX= yes
+USE_WX= 2.4
+WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= all locales
@@ -25,8 +25,7 @@ INSTALL_TARGET= install_bin install_locale
MAN1= M.1 mahogany.1
-CONFIGURE_ARGS= --with-python=none \
- --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config
+CONFIGURE_ARGS= --with-python=none
CONFIGURE_ENV= OSTYPE=${OPSYS} CFLAGS="${CFLAGS}"
.include <bsd.port.pre.mk>