diff options
Diffstat (limited to 'archivers/lrzip/Makefile')
-rw-r--r-- | archivers/lrzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index 85f64c1e4da8..87a40333ac34 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -12,8 +12,8 @@ COMMENT= Long Range ZIP or Lzma RZIP LICENSE= GPLv2 -BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm -LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +BUILD_DEPENDS= nasm>=0:devel/nasm +LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm |