diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-11-05 09:50:35 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-11-05 09:50:35 +0000 |
commit | 70b511af3110f185f222b397ba56c74765258a2c (patch) | |
tree | 3ea8a30e5623e85ccce16a2c2ee176f81b8658c9 /comms/Makefile | |
parent | a9662ed9499601956169af13ac47f255b10f83e1 (diff) |
Fix INDEX after r372179.
- Remove devel/qt5-qmldevtools from devel/Makefile.
- Hook devel/qt5-qdoc to devel/Makefile.
- Hook comms/qt5-serialport to comms/Makefile.
I knew I would forget something...
Submitted by: antoine
Notes
Notes:
svn path=/head/; revision=372180
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 89b31f012211..235e74824c1c 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -132,6 +132,7 @@ SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv + SUBDIR += qt5-serialport SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr |