diff options
author | mat <mat@FreeBSD.org> | 2013-10-14 22:26:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-14 22:26:39 +0800 |
commit | 73f798cc646d0ed4007c6e89be9cc545ad89cb64 (patch) | |
tree | e579fb74a0da8a6633fc2abb14380889e14266ae /devel | |
parent | 8dccdfd3fd48a3a52ac117c45328848b6a59cc91 (diff) | |
download | freebsd-ports-gnome-73f798cc646d0ed4007c6e89be9cc545ad89cb64.tar.gz freebsd-ports-gnome-73f798cc646d0ed4007c6e89be9cc545ad89cb64.tar.zst freebsd-ports-gnome-73f798cc646d0ed4007c6e89be9cc545ad89cb64.zip |
Fix build after patchs were added to the MASTER port.
PR: ports/182971
Submitted by: mat (me)
Approved by: gahr (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qt4-qtsolutions-soap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/qt4-qtsolutions-soap/Makefile b/devel/qt4-qtsolutions-soap/Makefile index 3fd82ba6d896..a43f5e7d3e5d 100644 --- a/devel/qt4-qtsolutions-soap/Makefile +++ b/devel/qt4-qtsolutions-soap/Makefile @@ -15,6 +15,8 @@ COMMENT= QT4 Solutions SOAP Component DESCR= ${.CURDIR}/pkg-descr +PATCHDIR= ${.CURDIR}/files + SUB_PROJECT_NAME= qtsoap LIBRARY_NAME= libQtSolutions_SOAP-head.so LIBRARY_HEADERS= qtsoap.h \ |