diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-25 04:18:47 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-25 04:18:47 +0000 |
commit | 4458e14d4b765a571bb2e917782ed84d9736b2c0 (patch) | |
tree | ed4cd0a1db1bf00a5e4bc721d426ba410547bf30 /misc/libh/Makefile | |
parent | Bad knu, no cookie. Use USE_QT2, not a hardcoded path! (diff) |
Update to point at qt2-static not qt22-static.
Submitted by: bento
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r-- | misc/libh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index f06cb95e3ecb..11d34efb9b88 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nra@FreeBSD.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ tvision.0:${PORTSDIR}/devel/tvision -BUILD_DEPENDS= ${X11BASE}/lib/libqt2.a:${PORTSDIR}/x11-toolkits/qt22-static +BUILD_DEPENDS= ${X11BASE}/lib/libqt2.a:${PORTSDIR}/x11-toolkits/qt2-static USE_QT2=yes IS_INTERACTIVE=yes |