diff options
author | wiz <wiz> | 2002-01-03 14:49:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-03 14:49:22 +0000 |
commit | 23bc142def8a4ac50eccee8d07eca48fda4ebf8d (patch) | |
tree | 8101170f38e2b7b681e867b6a8796a8a29342a52 /sysutils | |
parent | fd3b5e68888e31f949ddb517ffeefbbef04efd36 (diff) | |
download | pkgsrc-23bc142def8a4ac50eccee8d07eca48fda4ebf8d.tar.gz |
Buildlinkify. Fixes bulk build problem.
Diffstat (limited to 'sysutils')
-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" |