diff options
author | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
commit | d075bf0f8668353d166ce921b27af99b645d652c (patch) | |
tree | 345dd3d2608a097c43d147cb2254e11aebc56937 /net/kopete | |
parent | 12070fd54292e566eff0731d16ec6b3f9ae58e60 (diff) | |
download | ports-d075bf0f8668353d166ce921b27af99b645d652c.tar.gz ports-d075bf0f8668353d166ce921b27af99b645d652c.zip |
Notes
Diffstat (limited to 'net/kopete')
-rw-r--r-- | net/kopete/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index ca93bd3ac547..5f01df265548 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -22,10 +22,11 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-lcrypto" +_NO_KDE_FIXPTHREAD= yes pre-configure: ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure - + post-install: ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kopete.mo -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/ |