diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 12:17:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 12:17:21 +0000 |
commit | 176c19ffd68355f56701f5880670490ac6f9c2e3 (patch) | |
tree | de4a0ea31945bd142f7fc05759447cf7e6fa59ad /devel/glib | |
parent | a98e68c035e2f0c040f4508599e8b2e0309d1586 (diff) | |
download | pkgsrc-176c19ffd68355f56701f5880670490ac6f9c2e3.tar.gz |
silence pkglint
Diffstat (limited to 'devel/glib')
-rw-r--r-- | devel/glib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile index d3fca9680d3..4f1d1948850 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/03/12 22:24:05 tron Exp $ +# $NetBSD: Makefile,v 1.22 2000/03/16 12:17:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/docs/glib_toc.html -CONFLICTS= gtk+-1.0.* - DEPENDS+= pth>=1.3.2:../pth +CONFLICTS= gtk+-1.0.* + GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+=--includedir=${PREFIX}/include/glib @@ -30,4 +30,3 @@ CFLAGS= -O0 .endif .include "../../mk/bsd.pkg.mk" - |