summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>1999-12-10 01:31:56 +0000
committerR. Imura <imura@FreeBSD.org>1999-12-10 01:31:56 +0000
commitf83fcaff9d935179c905c3ed7ec17b843316f78c (patch)
tree0c393d60f40e332902f8591ddd46757178e9defa /x11
parentUpdate to version 0.4.0 (diff)
Tell moc's location to the configure.
PR: 15082 Submitted by: Mario Ferreira <lioux@linf.unb.br>
Notes
Notes: svn path=/head/; revision=23703
Diffstat (limited to 'x11')
-rw-r--r--x11/kvidtune/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kvidtune/Makefile b/x11/kvidtune/Makefile
index 84219ef1c77f..3389d79c7d42 100644
--- a/x11/kvidtune/Makefile
+++ b/x11/kvidtune/Makefile
@@ -20,4 +20,6 @@ USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CONFIGURE_ENV= MOC=${X11BASE}/bin/moc
+
.include <bsd.port.mk>