diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-21 15:42:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-21 15:42:52 +0000 |
commit | 7fc3e3e02764ad9416da726efedfe1d837b8bdcc (patch) | |
tree | 3d4790ce3932a055c86b043c403cfc942d348f30 /x11 | |
parent | de266d64900215527b735a5d32ddc377894f710e (diff) | |
download | pkgsrc-7fc3e3e02764ad9416da726efedfe1d837b8bdcc.tar.gz |
x11/vte: remove unknown configure option
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 00d5f2decad..692922fe4b2 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2020/03/10 22:09:16 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2020/05/21 15:42:52 rillig Exp $ # .include "Makefile.common" @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-Bsymbolic=auto BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 |