diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:04:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:04:46 +0000 |
commit | af1f0770f3095d58ddde58ae373180e15b71e868 (patch) | |
tree | bb4656c24038f87c144c90ae21984de7700d097f /editors/softmaker-office | |
parent | 51a8ea3ece17254e46c8ba5faf7d950798485e4f (diff) | |
download | ports-af1f0770f3095d58ddde58ae373180e15b71e868.tar.gz ports-af1f0770f3095d58ddde58ae373180e15b71e868.zip |
Notes
Diffstat (limited to 'editors/softmaker-office')
-rw-r--r-- | editors/softmaker-office/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/softmaker-office/Makefile b/editors/softmaker-office/Makefile index b381d6c14214..6b9bfa3a7e8c 100644 --- a/editors/softmaker-office/Makefile +++ b/editors/softmaker-office/Makefile @@ -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} \{\} \; && \ |