diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-04 07:28:28 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-04 07:28:28 +0000 |
commit | cc119b255a7fed99928ed98f02b99b60da908da8 (patch) | |
tree | 6bb39669e1f74a908d1fac0d9012edfd4c909dea /devel/p4v | |
parent | 26635ddeb2a47132e68d45bd3b039b6ecbe7f442 (diff) | |
download | FreeBSD-ports-cc119b255a7fed99928ed98f02b99b60da908da8.zip FreeBSD-ports-cc119b255a7fed99928ed98f02b99b60da908da8.tar.gz |
Just for correctness' sake, these ports actually link to libc_r.so.4,
so adjust the dependency slightly.
Approved by: portmgr (implicit)
Diffstat (limited to 'devel/p4v')
-rw-r--r-- | devel/p4v/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index bed95b3..e44f4e4 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -67,7 +67,7 @@ P4V_IMGS= p4v_file_add.png p4v_file_add_other.png p4v_file_delete.png \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .endif do-install: |