diff options
Diffstat (limited to 'net/click/Makefile')
-rw-r--r-- | net/click/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/click/Makefile b/net/click/Makefile index 45f3a6d827d7..dce3ce94a951 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -97,7 +97,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MXML_EXPAT} CONFIGURE_ARGS+= --with-expat=${LOCALBASE} -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 PLIST_SUB+= XMLCLICK="" .else PLIST_SUB+= XMLCLICK="@comment " |