diff options
author | markus <markus@FreeBSD.org> | 2004-10-15 17:37:55 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-10-15 17:37:55 +0800 |
commit | 1a236e2037682229bd8ca724891304d823a5ebc2 (patch) | |
tree | 6e9021fb5736f89ccf844dd4bf3a4688a638f6ed /net-im/sim-im/Makefile | |
parent | cfea6cf1c0e892a5c051c568a945aeb084b02b65 (diff) | |
download | freebsd-ports-gnome-1a236e2037682229bd8ca724891304d823a5ebc2.tar.gz freebsd-ports-gnome-1a236e2037682229bd8ca724891304d823a5ebc2.tar.zst freebsd-ports-gnome-1a236e2037682229bd8ca724891304d823a5ebc2.zip |
Fix build if WITHOUT_SSL and WITHOUT_KDE are specified
Reported by: Eugene Ossintsev <eugos@gmx.net>
Peter Seipel <webghost@lego-hc11.de>
Diffstat (limited to 'net-im/sim-im/Makefile')
-rw-r--r-- | net-im/sim-im/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile index 7c037f8d10ee..2c98fd705147 100644 --- a/net-im/sim-im/Makefile +++ b/net-im/sim-im/Makefile @@ -58,4 +58,9 @@ post-patch: @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ ${CONFIGURE_WRKSRC}/configure +post-configure: +.if defined(WITHOUT_SSL) + @${REINPLACE_CMD} -e 's|plugins/yahoo||g' ${WRKSRC}/Makefile +.endif + .include <bsd.port.mk> |