diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
commit | 1160fd7012e9178dcc628403246431be1258220c (patch) | |
tree | 7e40351a3df9a22683e158e9f84074c3071a0c56 /net/kdenetwork3/Makefile | |
parent | cba6322b417f491888799446be04740401e2d0fb (diff) | |
download | ports-1160fd7012e9178dcc628403246431be1258220c.tar.gz ports-1160fd7012e9178dcc628403246431be1258220c.zip |
Notes
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index ffc7dfa837d8..e66369c90626 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -31,7 +31,7 @@ USE_OPENSSL= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -DO_NOT_COMPILE+=kopete lanbrowsing +DO_NOT_COMPILE+=kopete lanbrowsing filesharing CONFIGURE_ARGS+=--with-ssl-dir=${OPENSSLBASE} @@ -46,6 +46,10 @@ pre-configure: @${REINPLACE_CMD} \ -E -e '/^SUBDIRS/s/lisa//g' \ ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} \ + -e 's|/etc/security/|${LOCALBASE}/etc/|g' \ + ${WRKSRC}/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp \ + ${WRKSRC}/filesharing/simple/fileshare.cpp ## # OPTIONS handling |