diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-08-18 19:19:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-08-18 19:19:11 +0000 |
commit | 753e952e7d93ef0d0bea51b833c3965a60150f16 (patch) | |
tree | e4b2f9319849a77b5e044a41ae1024f684f29fd0 /news/pan | |
parent | 3a9cbf6172cbd33d1db2d86d9a5125ac89a5b155 (diff) |
Notes
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index ddcc3f558b88..3ebbed7dcfe5 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -23,7 +23,7 @@ USES= pathfix gettext USE_GNOME= intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex +LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -liconv OPTIONS_DEFINE= GTKSPELL GTK3 OPTIONS_DEFAULT=GTKSPELL |