- Fix a type: double colon in LIB_DEPENDS

This commit is contained in:
Sergey Matveychuk 2007-02-24 09:04:24 +00:00
parent 3578d3b125
commit 5e78a974d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185788

View File

@ -65,7 +65,7 @@ PLIST_SUB+= NLS=""
.if defined(WITH_OFA)
CONFIGURE_ARGS+= --enable-ofa
LIB_DEPENDS+= ofa.0::${PORTSDIR}/audio/libofa
LIB_DEPENDS+= ofa.0:${PORTSDIR}/audio/libofa
.endif
.if defined(WITH_SIDPLAY)