diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-06 13:43:00 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-06 13:43:00 +0000 |
commit | 20abe816351dce6264e2ca25e018c621e4a78a83 (patch) | |
tree | f69b40f876a8c3eee33ad8343c287df7a4392f8c | |
parent | ca4e4ef705ed7827ef795940ea698bb07565a862 (diff) | |
download | FreeBSD-ports-20abe816351dce6264e2ca25e018c621e4a78a83.zip FreeBSD-ports-20abe816351dce6264e2ca25e018c621e4a78a83.tar.gz |
- Respect X11BASE
PR: ports/105961
Submitted by: rafan
Approved by: portmgr (linimon)
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 2275676..f562117 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd GNU_CONFIGURE= yes USE_GMAKE= yes +USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' |