summaryrefslogtreecommitdiff
path: root/geography/libmemphis02/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/libmemphis02/Makefile')
-rw-r--r--geography/libmemphis02/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/geography/libmemphis02/Makefile b/geography/libmemphis02/Makefile
index 05ba3e92968..6a79ba5eb88 100644
--- a/geography/libmemphis02/Makefile
+++ b/geography/libmemphis02/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2021/01/18 12:17:00 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/18 23:50:45 mef Exp $
DISTNAME= memphis-0.2.3
PKGNAME= libmemphis02-0.2.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=jiuka/}
GITHUB_PROJECT= memphis
@@ -18,18 +18,15 @@ USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config
-CONFIGURE_ARGS+= --enable-gtk-doc
-
PKGCONFIG_OVERRIDE+= memphis.pc.in
pre-configure:
set -e; cd ${WRKSRC}; \
libtoolize --copy; aclocal -I m4; \
- gtkdocize --copy; autoheader; \
+ autoheader ; \
automake -a --foreign -i --add-missing; autoconf
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"