aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>1999-12-10 09:31:56 +0800
committerimura <imura@FreeBSD.org>1999-12-10 09:31:56 +0800
commit1a251c26980a6b02e11af44b3ee5cba395155285 (patch)
tree6ffa302988479a1e9ccd25d64fc3ff171940430c /x11
parent8a5f81c9647b8f8dd68f39879bc9afe5025a4733 (diff)
downloadfreebsd-ports-gnome-1a251c26980a6b02e11af44b3ee5cba395155285.tar.gz
freebsd-ports-gnome-1a251c26980a6b02e11af44b3ee5cba395155285.tar.zst
freebsd-ports-gnome-1a251c26980a6b02e11af44b3ee5cba395155285.zip
Tell moc's location to the configure.
PR: 15082 Submitted by: Mario Ferreira <lioux@linf.unb.br>
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>