diff options
author | kris <kris@FreeBSD.org> | 2002-05-05 17:55:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-05 17:55:30 +0800 |
commit | 8eb48942607e4c88af9598081dc51791dfe81179 (patch) | |
tree | b8d38d2e8733655db51bfe4ca8a084e50fd0214c /x11-toolkits/Makefile | |
parent | e5f045bebdbe95f30e35922a5f9b722ece172086 (diff) | |
download | freebsd-ports-gnome-8eb48942607e4c88af9598081dc51791dfe81179.tar.gz freebsd-ports-gnome-8eb48942607e4c88af9598081dc51791dfe81179.tar.zst freebsd-ports-gnome-8eb48942607e4c88af9598081dc51791dfe81179.zip |
Add back the qt145 port and support for qt-1.x. This should not
have been removed because it was not broken and a lot of working
ports depended on it. The qt145 port now installs files named
*qt1* instead of *qt* so it does not conflict with the other qt
versions.
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 42e003020b0e..40241c32fb77 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -108,6 +108,7 @@ SUBDIR += py-tkinter SUBDIR += py-wxPython SUBDIR += py-xlib + SUBDIR += qt145 SUBDIR += qt2-static SUBDIR += qt23 SUBDIR += qt30 |