diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-23 18:50:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-23 18:50:08 +0000 |
commit | 9a4248d497c0fad7d060d9375a2b0eef1bf1965b (patch) | |
tree | 31709738237404a8b0b9faa21d98af953c4774ef /x11 | |
parent | 937c4189755733c0c316c497d3078007a784da55 (diff) | |
download | pkgsrc-9a4248d497c0fad7d060d9375a2b0eef1bf1965b.tar.gz |
Also apparently requires automake.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/elementary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/elementary/Makefile b/x11/elementary/Makefile index 1c39ae464c6..ca9a22e2a06 100644 --- a/x11/elementary/Makefile +++ b/x11/elementary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/16 18:56:06 sno Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/23 18:50:08 dholland Exp $ # DISTNAME= elementary-1.7.7 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_TOOLS+= autoconf # because I patched configure.ac +USE_TOOLS+= autoconf automake # because I patched configure.ac USE_TOOLS+= gmake PKGCONFIG_OVERRIDE= elementary |