diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-04 07:28:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-04 07:28:28 +0000 |
commit | 6bc7d2980c127b0f5cdaf3f336e63e2ae2669a17 (patch) | |
tree | 6a72b2b9fa562cb7a5eaa5fb539135c5ac907dee /devel | |
parent | Actually, this port relies on libc.so.3, so use compat3x instead of 4x. (diff) |
Just for correctness' sake, these ports actually link to libc_r.so.4,
so adjust the dependency slightly.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=118532
Diffstat (limited to 'devel')
-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 bed95b3f11df..e44f4e4b6498 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: |