diff options
Diffstat (limited to 'devel/libee/Makefile')
-rw-r--r-- | devel/libee/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libee/Makefile b/devel/libee/Makefile index 15cc77ba1b4d..63ffe56385ec 100644 --- a/devel/libee/Makefile +++ b/devel/libee/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.libee.org/files/download/ MAINTAINER= brd@FreeBSD.org COMMENT= An event expression library inspired by CEE -LIB_DEPENDS= estr:${PORTSDIR}/devel/libestr +LIB_DEPENDS= libestr.so:${PORTSDIR}/devel/libestr MAKE_JOBS_UNSAFE= yes @@ -19,5 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench -NO_STAGE= yes .include <bsd.port.mk> |