diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/cegobridge | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'databases/cegobridge')
-rw-r--r-- | databases/cegobridge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile index 8a1944a48608..0b1bdaa75fe5 100644 --- a/databases/cegobridge/Makefile +++ b/databases/cegobridge/Makefile @@ -8,9 +8,9 @@ MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Imports non-cego database dump files into cego -LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ - liblfcxml.so:${PORTSDIR}/devel/lfcxml \ - libcego.so:${PORTSDIR}/databases/cego +LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ + liblfcxml.so:devel/lfcxml \ + libcego.so:databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes |