diff options
author | will <will@FreeBSD.org> | 2001-03-25 12:18:47 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-25 12:18:47 +0800 |
commit | ddb0e2628111bed81878ef3b9c223c9c04e74d0e (patch) | |
tree | 99aed8fddcb29d72cc06feae658bcc50027cba94 /misc | |
parent | 848811093135edaf4807467fe5242abc3e3bc4d8 (diff) | |
download | freebsd-ports-gnome-ddb0e2628111bed81878ef3b9c223c9c04e74d0e.tar.gz freebsd-ports-gnome-ddb0e2628111bed81878ef3b9c223c9c04e74d0e.tar.zst freebsd-ports-gnome-ddb0e2628111bed81878ef3b9c223c9c04e74d0e.zip |
Update to point at qt2-static not qt22-static.
Submitted by: bento
Diffstat (limited to 'misc')
-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 |