mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Remove usage of X_FONTSERVER_PORT while here use options helpers
This commit is contained in:
parent
51a8ea3ece
commit
af1f0770f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322430
@ -11,7 +11,7 @@ DISTFILES= ofb06trial.tgz
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= Microsoft Word/Excel OpenDocument and OpenOffice.org editor
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/xfs:${X_FONTSERVER_PORT}
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/xfs:${PORTSDIR}/x11-fonts/xfs
|
||||
|
||||
USE_XORG= x11
|
||||
|
||||
@ -29,11 +29,7 @@ NO_PACKAGE= distribution with other products of any kind forbiden
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MALL_DICTS}
|
||||
DISTFILES+= sml06dict.tgz
|
||||
.endif
|
||||
ALL_DICTS_DISTFILES= sml06dict.tgz
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC} && ${FIND} . -type f -execdir ${CHMOD} ${SHAREMODE} \{\} \; && \
|
||||
|
Loading…
Reference in New Issue
Block a user