diff options
author | mycroft <mycroft> | 2002-07-12 23:03:57 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-12 23:03:57 +0000 |
commit | abe4e14eef21548b2389b0ebead7d5e3d94dfd25 (patch) | |
tree | 998f11acccf4c101c1bfbd672808b0b70c85d57d /devel/mrproject/Makefile | |
parent | d8625a1f31bbcfc1f688805e2cd54ed3588866f5 (diff) | |
download | pkgsrc-abe4e14eef21548b2389b0ebead7d5e3d94dfd25.tar.gz |
Make this use USE_X11BASE too. Otherwise it only works with xpkgwedge.
Diffstat (limited to 'devel/mrproject/Makefile')
-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 |