diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 00:16:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 00:16:25 +0000 |
commit | d3fc97c4322cac65906c1d694a06894d312d616f (patch) | |
tree | 77b12e1164b457edf32ff0595f99020fc48cd152 /editors/openoffice-1.0 | |
parent | Fix compilation on 5.x (diff) |
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77041
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 492ffc0efc8b..545132d817fb 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -106,9 +106,7 @@ CXX= g++32 EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= openoffice@FreeBSD.org -.if !defined(COMMENT) -COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser -.endif +COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser #.if !defined(USE_GCC) #BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport #.endif |