diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-31 17:35:26 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-31 17:35:26 +0000 |
commit | 1af4347ebbbf5e4dbfed47108299f39113ea77f6 (patch) | |
tree | 13d101c4290ad24518256f064076c67a175f787e /misc/compat9x | |
parent | 3604b55b90df21e6bb8a1a86eea180ef6ac261b9 (diff) |
Notes
Diffstat (limited to 'misc/compat9x')
-rw-r--r-- | misc/compat9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index 06023098ea51..e32d14ae58c4 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -21,7 +21,7 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 -RUN_DEPENDS= compat10x-${ARCH}>=0:misc/compat10x +RUN_DEPENDS+= compat10x-${ARCH}>=0:misc/compat10x .endif .if ${ARCH} == amd64 |