diff options
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r-- | devel/p4web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index e8003ef993a2..ac92708f4ab8 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -34,7 +34,7 @@ USE_RC_SUBR= p4web # 10.x (and higher) needs compat libs .if ${OSVERSION} >= 1000054 -LIB_DEPENDS+= libstdc++.so.6:${PORTSDIR}/misc/compat9x +LIB_DEPENDS+= libstdc++.so.6:misc/compat9x .endif # Figure out what to install |