diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 05:13:38 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 05:13:38 +0800 |
commit | b55a04f4b278c3c450bd7eaab72549ecb1598ff6 (patch) | |
tree | 3c9b1bb30580a02b964cfaadb969067732a59015 /news | |
parent | 5b2d4108ef5932748043654c7b887b386baeefc1 (diff) | |
download | freebsd-ports-gnome-b55a04f4b278c3c450bd7eaab72549ecb1598ff6.tar.gz freebsd-ports-gnome-b55a04f4b278c3c450bd7eaab72549ecb1598ff6.tar.zst freebsd-ports-gnome-b55a04f4b278c3c450bd7eaab72549ecb1598ff6.zip |
Remove the -lcompat; it's no longer need.
Discussed with: marcus
Diffstat (limited to 'news')
-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 |