From d9f66c2a0199cf74adeb6e66b6488ac705b63be6 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 18 Mar 2005 17:34:50 +0000 Subject: Fix typo. --- net/silky/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/silky') diff --git a/net/silky/Makefile b/net/silky/Makefile index fab297b26ce8..d9013e980d39 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -24,8 +24,8 @@ CONFIGURE_ARGS= --with-silc-include=${LOCALBASE}/include/silc \ --with-silc-libs=${LOCALBASE}/lib \ --with-docdir=${DOCSDIR} \ --with-libintl-prefix=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" USE_GNOME= gtk20 libglade2 gnomelibs USE_GMAKE= yes -- cgit v1.2.3