diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-25 04:09:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-25 04:09:42 +0000 |
commit | e0f8be2e899c69614a3a1651d15e9237b5afef7b (patch) | |
tree | 7ea1c16d286f878223f0a26a8c2b0c0fb62ef2c9 /irc/yagirc/Makefile | |
parent | Upgrade to 1.12, and change depends to gtk11. (diff) |
Upgrade to 0.65.6,
Change depends to gtk11,
Fix thr problem of gtk(?).
Reminded by: asami
Diffstat (limited to 'irc/yagirc/Makefile')
-rw-r--r-- | irc/yagirc/Makefile | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile index 76e01a9415eb..ff598844b8ea 100644 --- a/irc/yagirc/Makefile +++ b/irc/yagirc/Makefile @@ -1,30 +1,25 @@ # New ports collection makefile for: yagirc -# Version required: 0.65 +# Version required: 0.65.6 # Date created: 6 July 1998 # Whom: mph # -# $Id: Makefile,v 1.4 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/24 07:13:53 asami Exp $ # -DISTNAME= yagirc-0.65 +DISTNAME= yagirc-0.65.6 CATEGORIES= net MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= gtk\\.1\\.\[345\]:${PORTSDIR}/x11-toolkits/gtk \ - Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib - -BROKEN= gtk +LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 \ + Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib \ + esd\\.0\\.0:${PORTSDIR}/audio/esound USE_GMAKE= yes USE_PERL5= yes - -do-configure: -.if !exists(/usr/lib/libc_r.a) - @ ${ECHO_MSG} This port requires the multithreading library libc_r. - @ false -.endif - @ perl -pe "s,@LOCALBASE@,${LOCALBASE},g; s,@X11BASE@,${X11BASE},g; s,@PREFIX@,${PREFIX},g;" ${FILESDIR}/config.h > ${WRKSRC}/config.h +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gnome --disable-gtktest +CONFIGURE_ENV= PTHREAD_LIB="-lc_r" .include <bsd.port.mk> |