aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2009-07-12 14:47:48 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2009-07-12 14:47:48 +0000
commit6126ec0d1ae9d7503b521192f7811d39b30b16ea (patch)
tree6469a3a2aba69915003c350d3bbdb207037bfb23 /irc/epic5
parent966fa7cbded7c0f583ce90eaf84feef192faf1ba (diff)
downloadports-6126ec0d1ae9d7503b521192f7811d39b30b16ea.tar.gz
ports-6126ec0d1ae9d7503b521192f7811d39b30b16ea.zip
Resolve ruvy breakage
Remove extranious lines about perl's path Approved by: itetcu@ (mentor)
Notes
Notes: svn path=/head/; revision=237639
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 1754f6afaa33..44ae93496e16 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -52,11 +52,6 @@ CONFIGURE_ARGS+= --without-tcl
## WITH_PERL: enable perl5 support (requires perl 5.6.1 or newer)
#
-# The path provided to --with-perl is needed, since the configure script
-# looks for libperl.so in places very specific to Linux. Possibly a
-# patch to configure would be a better idea, but we need to rely on
-# SITE_PERL and PERL_VER to create the path.
-#
.if defined(WITH_PERL)
USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl
@@ -70,7 +65,7 @@ CONFIGURE_ARGS+= --without-perl
USE_RUBY= yes
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
CONFIGURE_ARGS+= --with-ruby
-BROKEN= does not compile
+LDFLAGS+= ${PTHREAD_LIBS}
.else
CONFIGURE_ARGS+= --without-ruby
.endif