aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-04-24 13:41:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-04-24 13:41:57 +0000
commit0ed5bbbfd3a140e285e8cf78df65faa7c22d320e (patch)
tree85b3bc669a8988dacebada721d3ab4510c5498d3 /editors/openoffice.org-1.1
parent0c61f080941f99f8dc3a324baf1082c23ea85e52 (diff)
downloadports-0ed5bbbfd3a140e285e8cf78df65faa7c22d320e.tar.gz
ports-0ed5bbbfd3a140e285e8cf78df65faa7c22d320e.zip
Notes
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r--editors/openoffice.org-1.1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index a53e150db7d6..5fac2627dccd 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -88,7 +88,7 @@ CODELINE= 645
RELEASE_NR= ${PORTVERSION}
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
EXECBASE= openoffice.org-${RELEASE_NR}
-DIST_SUBDIR= openoffice1.1
+DIST_SUBDIR= openoffice.org1.1
SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//'
PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel
@@ -119,12 +119,12 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
.endif
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
mng.1:${PORTSDIR}/graphics/libmng \
freetype.9:${PORTSDIR}/print/freetype2
.if defined(WITHOUT_JAVA)
-LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
+LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
.else
BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant
.endif