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:
parent
afd5b68fea
commit
f128add4dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138238
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue