"glib" supports Solaris's threading library so that we don't need "pth".
This commit is contained in:
parent
1fb64fe002
commit
da602c8b94
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.25 2000/06/05 00:54:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2001/01/13 09:42:45 tron Exp $
|
||||
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
|
||||
#
|
||||
|
||||
|
@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \
|
|||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.gtk.org/docs/glib_toc.html
|
||||
|
||||
DEPENDS+= pth>=1.3.2:../pth
|
||||
|
||||
CONFLICTS= gtk+-1.0.*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -29,4 +27,9 @@ INFO_FILES= glib.info
|
|||
CFLAGS= -O0
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if (${OPSYS} != SunOS)
|
||||
DEPENDS+= pth>=1.3.2:../pth
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue