aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-4/Makefile
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2018-11-23 19:26:37 +0000
committerDon Lewis <truckman@FreeBSD.org>2018-11-23 19:26:37 +0000
commitcad6fef0d4a27528ef2fca065defc3dc5b66ec8c (patch)
tree92ed43e07a47c1e4da2b3e9470904df2723f5f42 /editors/openoffice-4/Makefile
parent10df6d54e984804e8ec1af7459b556837f5b58cb (diff)
downloadports-cad6fef0d4a27528ef2fca065defc3dc5b66ec8c.tar.gz
ports-cad6fef0d4a27528ef2fca065defc3dc5b66ec8c.zip
Notes
Diffstat (limited to 'editors/openoffice-4/Makefile')
-rw-r--r--editors/openoffice-4/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 60e8387ba224..ff0145744e25 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
+PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \
http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@@ -192,6 +193,12 @@ WIKI_PUBLISHER_VARS= BUNDLED_EXTENSIONS+=swext/wiki-publisher.oxt
# Don't run gnome-post-icons until after post-install generates the plist
TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
+# Force the SDK option on for makesum to ensure that unowinreg.dll is
+# included in distinfo
+.if make(makesum) || make(distclean)
+WITH= SDK
+.endif
+
.include <bsd.port.pre.mk>
.if defined(WITH_DEBUG)