diff options
author | youri <youri@pkgsrc.org> | 2016-05-22 22:12:40 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-05-22 22:12:40 +0000 |
commit | 76d3880fad2b82a60e54c5388b12fce93f0228dd (patch) | |
tree | 9f4c7f4638def807a75eb8ffa5b5e60b20628bc9 /sysutils | |
parent | bc57576fbc101a5fd226dd718017273671195610 (diff) | |
download | pkgsrc-76d3880fad2b82a60e54c5388b12fce93f0228dd.tar.gz |
Include the imported libfm-extra.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/menu-cache/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/menu-cache/Makefile b/sysutils/menu-cache/Makefile index c474ee94137..6b643e930fc 100644 --- a/sysutils/menu-cache/Makefile +++ b/sysutils/menu-cache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/05/22 22:11:43 youri Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/22 22:12:40 youri Exp $ # DISTNAME= menu-cache-1.0.1 @@ -12,10 +12,10 @@ COMMENT= Cache for freedesktop.org menu spec LICENSE= gnu-gpl-v2 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/menu-cache -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libmenu-cache/libmenu-cache.pc.in @@ -25,5 +25,5 @@ post-install: BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 .include "../../devel/glib2/buildlink3.mk" -.include "../../wip/libfm-extra/buildlink3.mk" +.include "../../sysutils/libfm-extra/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |