summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-06-30 13:10:00 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-06-30 13:10:00 +0000
commitf128add4ddd7082f560c3aea30444b90c1fc6cd9 (patch)
tree97d5ce88ac225b663cf7bc13ea9b03100ed64f92
parentFix RUN_DEPENDS (diff)
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)
Notes
Notes: svn path=/head/; revision=138238
-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>