diff options
author | wiz <wiz> | 2002-01-03 14:49:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-03 14:49:22 +0000 |
commit | 898b1d7c6b1d9657b7614ba55d602a1fc8ce8d15 (patch) | |
tree | 8101170f38e2b7b681e867b6a8796a8a29342a52 /sysutils/medusa | |
parent | 6996013af2e4a944a06422510ce177b8e2a5d198 (diff) | |
download | pkgsrc-898b1d7c6b1d9657b7614ba55d602a1fc8ce8d15.tar.gz |
Buildlinkify. Fixes bulk build problem.
Diffstat (limited to 'sysutils/medusa')
-rw-r--r-- | sysutils/medusa/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/medusa/Makefile b/sysutils/medusa/Makefile index 5baf1458c50..d9a73023456 100644 --- a/sysutils/medusa/Makefile +++ b/sysutils/medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:43 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/03 14:49:22 wiz Exp $ # DISTNAME= medusa-0.5.1 @@ -11,14 +11,13 @@ HOMEPAGE= http://www.eazel.com/ COMMENT= file system indexing engine DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc -DEPENDS+= gnome-vfs>=1.0.1:../../sysutils/gnome-vfs GNU_CONFIGURE= YES -USE_X11BASE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_BUILDLINK_ONLY= YES -CPPFLAGS+= -I${LOCALBASE}/include - +.include "../../sysutils/gnome-vfs/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |