diff options
author | wiz <wiz> | 2000-01-08 04:03:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-08 04:03:59 +0000 |
commit | 50b4feaa302ac456618c041c56f5547c867a578c (patch) | |
tree | 03de6632c19ecda8eb21955cabf580c320b10afc /devel/libglade | |
parent | 20072879fa03f89340c3b0a2aeee726ddeb7c1e4 (diff) | |
download | pkgsrc-50b4feaa302ac456618c041c56f5547c867a578c.tar.gz |
move comment to silence pkglint
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index c96fb74aa37..4905dc50f28 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/01/01 13:36:43 rh Exp $ +# $NetBSD: Makefile,v 1.19 2000/01/08 04:03:59 wiz Exp $ # DISTNAME= libglade-0.11 @@ -9,7 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= esound-0.2.15:../../audio/esound # do not remove this pre-req +# do not remove esound pre-requisite +DEPENDS+= esound-0.2.15:../../audio/esound DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml |