summaryrefslogtreecommitdiff
path: root/devel/glib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 12:17:21 +0000
committerwiz <wiz>2000-03-16 12:17:21 +0000
commit04bd169d7cc894674bc0a807d59805636f78f29c (patch)
treede4a0ea31945bd142f7fc05759447cf7e6fa59ad /devel/glib/Makefile
parent660de64a0d037d4087584a48190e530c159bc4e0 (diff)
downloadpkgsrc-04bd169d7cc894674bc0a807d59805636f78f29c.tar.gz
silence pkglint
Diffstat (limited to 'devel/glib/Makefile')
-rw-r--r--devel/glib/Makefile7
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"
-