diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-12 23:03:57 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-12 23:03:57 +0000 |
commit | 3d17d9c44b192a6a2306bfe1a1fb06fbac8cedef (patch) | |
tree | 998f11acccf4c101c1bfbd672808b0b70c85d57d /devel | |
parent | b3841addcb40d393e34cb6f992edd1e46745e61a (diff) | |
download | pkgsrc-3d17d9c44b192a6a2306bfe1a1fb06fbac8cedef.tar.gz |
Make this use USE_X11BASE too. Otherwise it only works with xpkgwedge.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mrproject/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mrproject/Makefile b/devel/mrproject/Makefile index 3eb377ed910..0589ffdb439 100644 --- a/devel/mrproject/Makefile +++ b/devel/mrproject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/03/30 22:05:43 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/12 23:03:57 mycroft Exp $ # DISTNAME= mrproject-0.5.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://mrproject.codefactory.se/ COMMENT= Project management program USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc/mrproject CONFIGURE_ARGS+= --without-python |