diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-17 16:27:49 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-17 16:30:15 +0000 |
| commit | 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 (patch) | |
| tree | b360bb8359894fe0da8a0f81ea62594442d1436c /graphics/bsd-plotutils | |
| parent | dba2ffb1db8db7c1d11cff8257e54464cee1ec58 (diff) | |
Diffstat (limited to 'graphics/bsd-plotutils')
| -rw-r--r-- | graphics/bsd-plotutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/bsd-plotutils/Makefile b/graphics/bsd-plotutils/Makefile index c638ae9221a4..247c8d1da8c3 100644 --- a/graphics/bsd-plotutils/Makefile +++ b/graphics/bsd-plotutils/Makefile @@ -25,7 +25,7 @@ FORTRAN_USES= fortran .include <bsd.port.pre.mk> -.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 ) +.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))) PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" |
