diff options
-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 c3c3aa30c7f5..3f8ced721175 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -24,7 +24,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext-tools:build \ gmake gnome iconv localbase pathfix pkgconfig tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intlhack GNU_CONFIGURE= yes -LDFLAGS+= -lgnuregex ${ICONV_LIB} +LDFLAGS+= ${ICONV_LIB} INSTALLS_ICONS= yes OPTIONS_DEFINE= GTKSPELL GNUTLS NLS OPTIONS_DEFAULT= GTKSPELL GNUTLS GTK2 |