aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2009-07-26 13:39:59 +0000
committerKris Moore <kmoore@FreeBSD.org>2009-07-26 13:39:59 +0000
commit117b5592db8cbd6dba822fe78b98a1938594ab63 (patch)
treeec005c6857a3c3695b2e2bc3abbbb37ecb785b8a /net
parent82642aa8f1c80e397c581f51091af4160e506926 (diff)
downloadports-117b5592db8cbd6dba822fe78b98a1938594ab63.tar.gz
ports-117b5592db8cbd6dba822fe78b98a1938594ab63.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/pcbsd-netmanager/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pcbsd-netmanager/Makefile b/net/pcbsd-netmanager/Makefile
index ff016e3a5f8a..76bf5b958706 100644
--- a/net/pcbsd-netmanager/Makefile
+++ b/net/pcbsd-netmanager/Makefile
@@ -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>