aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db48
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-04-08 02:20:04 +0800
committermarino <marino@FreeBSD.org>2016-04-08 02:20:04 +0800
commit1a965233c409443d7f44d283ed3499e931164b2f (patch)
tree14a4f6409e0e56c57ea0792e9078730b32da9d2d /databases/db48
parent2c89c85252f65c43dad897385d18075ae93b7dac (diff)
downloadfreebsd-ports-gnome-1a965233c409443d7f44d283ed3499e931164b2f.tar.gz
freebsd-ports-gnome-1a965233c409443d7f44d283ed3499e931164b2f.tar.zst
freebsd-ports-gnome-1a965233c409443d7f44d283ed3499e931164b2f.zip
databases/db48: Use OPSYS with OSVERSION
Commit r412492 snared all DragonFly releases along with FreeBSD 11 unintentionally. Approved by: OSVERSION use blanket
Diffstat (limited to 'databases/db48')
-rw-r--r--databases/db48/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db48/Makefile b/databases/db48/Makefile
index ab275876386e..983e25eb95ba 100644
--- a/databases/db48/Makefile
+++ b/databases/db48/Makefile
@@ -35,7 +35,7 @@ USE_LDCONFIG= yes
.include <bsd.port.options.mk>
-.if ${OSVERSION} >= 1100101
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100101
IGNORE= db48 is not supported on FreeBSD 11+ with clang 3.8 - upgrade to db5
.endif