diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 07:47:20 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 07:47:20 +0000 |
commit | 93d30ff22ebe31ccd65cb91f0690fd8a15853f8b (patch) | |
tree | 9666fe2630bd613ab40637ab33181c3041f20988 | |
parent | d43cfdbdaa72484ba0d020d6ae109c2193366d39 (diff) | |
download | ports-93d30ff22ebe31ccd65cb91f0690fd8a15853f8b.tar.gz ports-93d30ff22ebe31ccd65cb91f0690fd8a15853f8b.zip |
Notes
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 61959f65cb26..650cf745345d 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz .endif .else .if defined(USE_GCC) && ${USE_GCC} == 3.1 +.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2 +MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz +.else MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz +.endif .else MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz .endif diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 61959f65cb26..650cf745345d 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz .endif .else .if defined(USE_GCC) && ${USE_GCC} == 3.1 +.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2 +MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz +.else MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz +.endif .else MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz .endif diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 61959f65cb26..650cf745345d 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz .endif .else .if defined(USE_GCC) && ${USE_GCC} == 3.1 +.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2 +MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz +.else MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz +.endif .else MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz .endif |