diff options
author | robak <robak@FreeBSD.org> | 2014-07-02 18:28:54 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-07-02 18:28:54 +0800 |
commit | 042e00a86e52a9c65182a40de624176fbfdbdcf4 (patch) | |
tree | e9248194894a2ae522a813d68f5bc37b8683d050 | |
parent | f8d1f36995152ab850afcb61fe4a80558e154893 (diff) | |
download | freebsd-ports-gnome-042e00a86e52a9c65182a40de624176fbfdbdcf4.tar.gz freebsd-ports-gnome-042e00a86e52a9c65182a40de624176fbfdbdcf4.tar.zst freebsd-ports-gnome-042e00a86e52a9c65182a40de624176fbfdbdcf4.zip |
devel/libepp-nicbr: convert to new LIB_DEPENDS format
Approved by: marino (mentor)
-rw-r--r-- | devel/libepp-nicbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index cd59b453d64c..8037c826babb 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -12,7 +12,7 @@ COMMENT= Partial Extensible Provisioning Protocol to .br domains LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c3 +LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 OPTIONS_DEFINE= READLINE OPTIONS_DEFAULT=READLINE |