diff options
Diffstat (limited to 'devel/liblnk/Makefile')
-rw-r--r-- | devel/liblnk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 7c572d2be23c..5127849fbd0b 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -13,7 +13,7 @@ COMMENT= Library and tools to access the Windows shortcut file (LNK) format LICENSE= LGPL3 -LIB_DEPENDS= libfwsi.so:${PORTSDIR}/devel/libfwsi +LIB_DEPENDS= libfwsi.so:devel/libfwsi GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwsi=${LOCALBASE} |