diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-15 03:22:48 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-15 03:51:49 +0800 |
commit | 9347f261c247cf07b87b8abd92265c1e21b9cdbe (patch) | |
tree | 5a6dcfc82f9ddd58a43a8609555ff2ffff339b0f /news | |
parent | e4ed1967a3b77153996cebf668d678e79c2911a2 (diff) | |
download | freebsd-ports-gnome-9347f261c247cf07b87b8abd92265c1e21b9cdbe.tar.gz freebsd-ports-gnome-9347f261c247cf07b87b8abd92265c1e21b9cdbe.tar.zst freebsd-ports-gnome-9347f261c247cf07b87b8abd92265c1e21b9cdbe.zip |
news/pan: remove manual linking with -lgnuregex
This looks like a hack needed for a patch from 2001 (which is long
gone) to work. Today it breaks the build because it lacks corresponding
dependency, so remove it.
Approved by: portmgr blanket
Diffstat (limited to 'news')
-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 |