diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-18 17:34:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-18 17:34:50 +0000 |
commit | d9f66c2a0199cf74adeb6e66b6488ac705b63be6 (patch) | |
tree | ee755b53dbe90f051abf9a1c190f15ad6e8d8aee /net/silky | |
parent | Update to 0.5.3 (diff) |
Fix typo.
Notes
Notes:
svn path=/head/; revision=131573
Diffstat (limited to 'net/silky')
-rw-r--r-- | net/silky/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |