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)
This commit is contained in:
Palle Girgensohn 2005-06-30 13:10:00 +00:00
parent afd5b68fea
commit f128add4dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138238

View file

@ -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>