diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2017-03-07 15:28:19 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2017-03-07 15:28:19 +0000 |
commit | 7b0cbba52841fd4781a5533dab740cf96fd669e1 (patch) | |
tree | 68c82760606532a0e658651679f641f05d6571c5 | |
parent | d355b8b6c5305172ccac9dedff695d00645e332a (diff) |
Notes
-rw-r--r-- | audio/virtual_oss_ctl/Makefile | 1 | ||||
-rw-r--r-- | comms/wsjtx/Makefile | 1 | ||||
-rw-r--r-- | databases/tcl-lmdb/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/virtual_oss_ctl/Makefile b/audio/virtual_oss_ctl/Makefile index 9cf1313bc242..d49d5879bfde 100644 --- a/audio/virtual_oss_ctl/Makefile +++ b/audio/virtual_oss_ctl/Makefile @@ -18,4 +18,3 @@ USES= qmake tar:bzip2 USE_QT4= corelib gui qmake_build moc_build rcc_build .include <bsd.port.mk> - diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index dfe95b74df4e..71eadbcd0fb4 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -40,4 +40,3 @@ do-extract: BROKEN_i386= does not build on i386 due to openmp .include <bsd.port.mk> - diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 13cd7fe3dc2b..f2cf35fc6fe9 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -31,4 +31,3 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so .include <bsd.port.mk> - |