diff options
Diffstat (limited to 'databases/cego/Makefile')
-rw-r--r-- | databases/cego/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |