diff options
Diffstat (limited to 'devel/libevtx')
-rw-r--r-- | devel/libevtx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index 0efb72338d6a..2aa5444d4227 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -12,7 +12,7 @@ COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format LICENSE= LGPL3 -LIB_DEPENDS= libregf.so:${PORTSDIR}/devel/libregf +LIB_DEPENDS= libregf.so:devel/libregf GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} |