diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
commit | 29695acf617eada1fa621743bde6d27229a8235c (patch) | |
tree | 6f41629b39837b538f2bb10d640385a06d50ff50 /x11-toolkits/lesstif | |
parent | c9bad984c6b0d07b0b31454d0fb4bfbc21b6ee14 (diff) | |
download | freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.tar.gz freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.tar.zst freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.zip |
- clean X11BASE
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 673fa8e24eb..efd229367af 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-maintainer-mode -CFLAGS+= -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include MAN1 = lesstif.1 ltversion.1 mwm.1 uil.1 xmbind.1 |