diff options
author | imura <imura@FreeBSD.org> | 1999-12-10 01:31:56 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-12-10 01:31:56 +0000 |
commit | 1a251c26980a6b02e11af44b3ee5cba395155285 (patch) | |
tree | 6ffa302988479a1e9ccd25d64fc3ff171940430c /x11 | |
parent | 8a5f81c9647b8f8dd68f39879bc9afe5025a4733 (diff) | |
download | FreeBSD-ports-1a251c26980a6b02e11af44b3ee5cba395155285.zip FreeBSD-ports-1a251c26980a6b02e11af44b3ee5cba395155285.tar.gz |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kvidtune/Makefile b/x11/kvidtune/Makefile index 84219ef..3389d79 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> |