aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2005-06-30 21:10:00 +0800
committergirgen <girgen@FreeBSD.org>2005-06-30 21:10:00 +0800
commit5babb5213d13fe284da778366b005865495ad3a4 (patch)
tree70ef84fc22057a1cf785cdfb3dbd0d5a516268f5 /mail
parent436047b0255cffc9cc8c2fb98439fa95962f9b95 (diff)
downloadfreebsd-ports-gnome-5babb5213d13fe284da778366b005865495ad3a4.tar.gz
freebsd-ports-gnome-5babb5213d13fe284da778366b005865495ad3a4.tar.zst
freebsd-ports-gnome-5babb5213d13fe284da778366b005865495ad3a4.zip
The mulberry binary has hardcoded search paths. It looks for Plug-ins
in /usr/local, but not in /usr/X11R6, unfortunately, so we cannot set USE_X_PREFIX. Approved by: seanc, ade (implicit)
Diffstat (limited to 'mail')
-rw-r--r--mail/mulberry/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile
index dad88dc58b57..c229bf0b2943 100644
--- a/mail/mulberry/Makefile
+++ b/mail/mulberry/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mulberry
PORTVERSION= 3.1.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-rh6
@@ -20,7 +20,7 @@ COMMENT= A scalable high-performance GUI internet Mail User Agent
NO_WRKSUBDIR= yes
USE_LINUX= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>