diff options
Diffstat (limited to 'devel/ccrtp/Makefile')
-rw-r--r-- | devel/ccrtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index 1e461773c9de..8c27fb17fbec 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= GNU MAINTAINER= acm@FreeBSD.org COMMENT= Implementation of the real-time transport protocol -LIB_DEPENDS= libcommoncpp.so:${PORTSDIR}/devel/ucommon \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libcommoncpp.so:devel/ucommon \ + libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes USES= gmake gettext libtool iconv pkgconfig |