diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-25 21:13:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-25 21:13:38 +0000 |
commit | b55a04f4b278c3c450bd7eaab72549ecb1598ff6 (patch) | |
tree | 3c9b1bb30580a02b964cfaadb969067732a59015 | |
parent | - Update to 4.4.3 (diff) |
Remove the -lcompat; it's no longer need.
Discussed with: marcus
Notes
Notes:
svn path=/head/; revision=114711
-rw-r--r-- | news/pan2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index a8f5b3706852..e882be5865b8 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" + LIBS="-L${LOCALBASE}/lib -lgnuregex" OPTIONS= GTKSPELL "Enable spell checking support" on |