diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-16 12:22:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-16 12:22:16 +0000 |
commit | 1df3bce402ccfa82eaafdb3575212492114847e4 (patch) | |
tree | 3589d3e9753f5b65d72775f7ca589a679412d3f3 /misc/compat8x | |
parent | 649599191203d79762d8a96bc82025976cbebfe5 (diff) | |
download | ports-1df3bce402ccfa82eaafdb3575212492114847e4.tar.gz ports-1df3bce402ccfa82eaafdb3575212492114847e4.zip |
Notes
Diffstat (limited to 'misc/compat8x')
-rw-r--r-- | misc/compat8x/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index aac760c70719..8a50cf82150a 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -2,6 +2,7 @@ PORTNAME= compat8x PORTVERSION= 8.4.804000.201310 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -25,6 +26,11 @@ USE_LDCONFIG= ${TARGET_DIR} IGNORE= is for FreeBSD 8.x and newer .endif +# libstdc++.so.6 could be necessary to run an 8.x binary +.if ${OSVERSION} >= 1000054 +LIB_DEPENDS= libstdc++.so:${PORTSDIR}/misc/compat9x +.endif + .if ${ARCH} == amd64 PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} |