diff options
author | mef <mef@pkgsrc.org> | 2021-01-18 12:17:00 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-18 12:17:00 +0000 |
commit | eac33afdd5ca99482583c4e9b3a343b13f650ad6 (patch) | |
tree | 3b04487254ff105aa7e4b4c80a8d1a9e1533b476 /geography | |
parent | 014283c2f227274be67fe325325c477ba71d8f1c (diff) | |
download | pkgsrc-eac33afdd5ca99482583c4e9b3a343b13f650ad6.tar.gz |
(geography/libmemphis02) Sorry, real revert
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libmemphis02/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/geography/libmemphis02/Makefile b/geography/libmemphis02/Makefile index d47f1b4e6ff..05ba3e92968 100644 --- a/geography/libmemphis02/Makefile +++ b/geography/libmemphis02/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2021/01/18 12:13:14 mef Exp $ +# $NetBSD: Makefile,v 1.11 2021/01/18 12:17:00 mef Exp $ DISTNAME= memphis-0.2.3 PKGNAME= libmemphis02-0.2.3 @@ -18,13 +18,14 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config -CONFIGURE_ARGS+= --enable-gtk-doc=no +CONFIGURE_ARGS+= --enable-gtk-doc PKGCONFIG_OVERRIDE+= memphis.pc.in pre-configure: set -e; cd ${WRKSRC}; \ libtoolize --copy; aclocal -I m4; \ + gtkdocize --copy; autoheader; \ automake -a --foreign -i --add-missing; autoconf .include "../../devel/glib2/buildlink3.mk" |