diff options
author | R. Imura <imura@FreeBSD.org> | 1999-12-10 01:31:56 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 1999-12-10 01:31:56 +0000 |
commit | f83fcaff9d935179c905c3ed7ec17b843316f78c (patch) | |
tree | 0c393d60f40e332902f8591ddd46757178e9defa /x11/kvidtune | |
parent | 04dd7ad04b063bd1971ab47676823857d6e36b48 (diff) | |
download | freebsd-ports-f83fcaff9d935179c905c3ed7ec17b843316f78c.zip |
Tell moc's location to the configure.
PR: 15082
Submitted by: Mario Ferreira <lioux@linf.unb.br>
Diffstat (limited to 'x11/kvidtune')
-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 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> |