From 148314483d3098c0d6a33944f1190842e671502f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- databases/cego/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/cego/Makefile') diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 7ae3f67a5cbd..2717530402fd 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -11,9 +11,9 @@ COMMENT= Relational and transactional database system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ - liblfcxml.so:${PORTSDIR}/devel/lfcxml -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ + liblfcxml.so:devel/lfcxml +RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit