mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Unbreak and fix linking issues
Approved by: miwi (mentor)
This commit is contained in:
parent
82642aa8f1
commit
117b5592db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238381
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,6 @@ COMMENT= PC-BSD Networking Utilities for KDE4
|
|||
|
||||
LIB_DEPENDS= pcbsd.0:${PORTSDIR}/sysutils/libpcbsd
|
||||
|
||||
BROKEN= does not link
|
||||
|
||||
WRKSRC= ${WRKDIR}/pcbsd-netmanager
|
||||
|
||||
USE_GZIP= yes
|
||||
|
@ -26,4 +24,7 @@ USE_KDE4= automoc4 kdehier kdeprefix kdelibs workspace
|
|||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|{X11_LIB_SEARCH_PATH}|{X11_LIB_SEARCH_PATH} ${LOCALBASE}/lib|' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue