diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-06 21:43:00 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-06 21:43:00 +0800 |
commit | 20abe816351dce6264e2ca25e018c621e4a78a83 (patch) | |
tree | f69b40f876a8c3eee33ad8343c287df7a4392f8c /sysutils | |
parent | ca4e4ef705ed7827ef795940ea698bb07565a862 (diff) | |
download | freebsd-ports-gnome-20abe816351dce6264e2ca25e018c621e4a78a83.tar.gz freebsd-ports-gnome-20abe816351dce6264e2ca25e018c621e4a78a83.tar.zst freebsd-ports-gnome-20abe816351dce6264e2ca25e018c621e4a78a83.zip |
- Respect X11BASE
PR: ports/105961
Submitted by: rafan
Approved by: portmgr (linimon)
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='' |