summaryrefslogtreecommitdiff
path: root/devel/kxl
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-07-16 12:45:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-07-16 12:45:56 +0000
commita6c07816954876ea8eddd37ccdc8e52b1cc4f8b9 (patch)
treea793539a4278f9b12a6c70c92549c8e90a009703 /devel/kxl
parentChange dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS. (diff)
Fix build by removing six year old typo
Notes
Notes: svn path=/head/; revision=195735
Diffstat (limited to 'devel/kxl')
-rw-r--r--devel/kxl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile
index a5713210ef79..97a00e1d67d4 100644
--- a/devel/kxl/Makefile
+++ b/devel/kxl/Makefile
@@ -21,6 +21,6 @@ USE_XPM= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LIBS=="-L${X11BASE}/lib"
+ LIBS="-L${X11BASE}/lib"
.include <bsd.port.mk>