summaryrefslogtreecommitdiff
path: root/x11/elementary
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-06 10:50:32 +0000
committerwiz <wiz@pkgsrc.org>2013-07-06 10:50:32 +0000
commit38550d3f805dff61797f7936462f4446f7add84d (patch)
tree771ef13cb3b31a25e321f7b449d8368b7ddfce36 /x11/elementary
parent24b4442a632a068deb64da39eba3a4a232f02b75 (diff)
downloadpkgsrc-38550d3f805dff61797f7936462f4446f7add84d.tar.gz
Fix hardcoded aclocal-1.13/automake-1.13 issue. PR 48020.
While here, add desktop-file-utils/desktopdb.mk and bump PKGREVISION.
Diffstat (limited to 'x11/elementary')
-rw-r--r--x11/elementary/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/elementary/Makefile b/x11/elementary/Makefile
index ca9a22e2a06..d14dbc9a770 100644
--- a/x11/elementary/Makefile
+++ b/x11/elementary/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2013/06/23 18:50:08 dholland Exp $
-#
+# $NetBSD: Makefile,v 1.3 2013/07/06 10:50:32 wiz Exp $
DISTNAME= elementary-1.7.7
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://download.enlightenment.org/releases/
EXTRACT_SUFX= .tar.bz2
@@ -18,6 +18,10 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_TOOLS+= autoconf automake # because I patched configure.ac
USE_TOOLS+= gmake
+# override for hardcoded aclocal-1.13 in configure script
+CONFIGURE_ENV+= ACLOCAL='aclocal'
+# override for hardcoded automake-1.13 in Makefiles
+MAKEFLAGS+= AUTOMAKE="automake -af"
PKGCONFIG_OVERRIDE= elementary
@@ -37,6 +41,7 @@ MAKE_FLAGS+= MODULE_ARCH=${MODULE_ARCH}
.include "../../graphics/evas-jpeg/buildlink3.mk"
.include "../../graphics/evas/buildlink3.mk"
.include "../../devel/eio/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
#.include "../../devel/ewheather/buildlink3.mk"
#.include "../../devel/emap/buildlink3.mk"
#.include "../../devel/ethumb/buildlink3.mk"