diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:45:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:45:11 +0000 |
commit | 2a779861c3e741867a3b1bddc5b4c6672cf3d8ea (patch) | |
tree | 1a21843e693add7dccb21538e2a5976393249f91 /sysutils/lineak-xosdplugin | |
parent | 901deaaf0f6d3b6f55a60bca65c61362b1faf480 (diff) |
- Respect X11BASE
PR: ports/105965
Submitted by: rafan
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=179024
Diffstat (limited to 'sysutils/lineak-xosdplugin')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 158777764db9..f2066ab7f7fc 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd \ xosd.4:${PORTSDIR}/misc/xosd USE_GMAKE= yes +USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-prefix='' |