diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:43:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:43:00 +0000 |
commit | 901deaaf0f6d3b6f55a60bca65c61362b1faf480 (patch) | |
tree | 3665baa365c9abeaafabc8147bec8fae10986c52 /sysutils | |
parent | 0df3c07a4378dec5525b13e5132bbeb751d05223 (diff) |
- Respect X11BASE
PR: ports/105961
Submitted by: rafan
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=179023
Diffstat (limited to 'sysutils')
-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 2275676f236d..f5621176217a 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='' |