diff options
-rw-r--r-- | devel/libexplain/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index e6e7e450039e..82addda15db6 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -16,15 +16,14 @@ LICENSE= LGPL3 BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= bison gettext gmake libtool +USES= bison gettext gmake libtool:build USE_GHOSTSCRIPT_BUILD= yes -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_linux_kd_h=no USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib PATCHLEVEL= D012 |