diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-19 19:08:52 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-19 19:08:52 +0800 |
commit | 7dd772c4c310b22c75bc7cd9d60c88d56e1cb4b8 (patch) | |
tree | dcf66faf6562245c19434bd0be02ffa917dc5094 /editors | |
parent | b421bd3e4db4fef1092844986cd02e1cc2a037c7 (diff) | |
download | freebsd-ports-graphics-7dd772c4c310b22c75bc7cd9d60c88d56e1cb4b8.tar.gz freebsd-ports-graphics-7dd772c4c310b22c75bc7cd9d60c88d56e1cb4b8.tar.zst freebsd-ports-graphics-7dd772c4c310b22c75bc7cd9d60c88d56e1cb4b8.zip |
Always use the internal stlport if USE_GCC is defined.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index a0291176fc3..be029fb95a8 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -80,7 +80,7 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= mbr@FreeBSD.org -.if ${OSVERSION} < 500000 && !defined(USE_GCC) +.if !defined(USE_GCC) BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index a0291176fc3..be029fb95a8 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -80,7 +80,7 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= mbr@FreeBSD.org -.if ${OSVERSION} < 500000 && !defined(USE_GCC) +.if !defined(USE_GCC) BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index a0291176fc3..be029fb95a8 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -80,7 +80,7 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= mbr@FreeBSD.org -.if ${OSVERSION} < 500000 && !defined(USE_GCC) +.if !defined(USE_GCC) BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip |