diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-03-25 02:11:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-03-25 02:11:25 +0000 |
commit | 167c973d55b5bad6c39e6664ceb8e9f03f7f025a (patch) | |
tree | 7d96d1551392a1a7fff804fa4ba9e8ba20763ce9 | |
parent | Directory names are sane-*, not sane_*. (diff) |
qt22-static -> qt2-static
Submitted by: obento-
Notes
Notes:
svn path=/head/; revision=40330
-rw-r--r-- | x11-toolkits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 5b3fc7a1af10..8c7413104dee 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -78,8 +78,8 @@ SUBDIR += py-tkinter SUBDIR += py-wxPython SUBDIR += qt145 + SUBDIR += qt2-static SUBDIR += qt22 - SUBDIR += qt22-static SUBDIR += qt23 SUBDIR += rep-gtk SUBDIR += ruby-fltk |