diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-08 04:03:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-08 04:03:59 +0000 |
commit | cd058adf3e00e8260b44a64f78b478244e892092 (patch) | |
tree | 03de6632c19ecda8eb21955cabf580c320b10afc /devel/libglade | |
parent | 3b79fd07c99ff90f7083f011b4cbfc77fdb3dceb (diff) | |
download | pkgsrc-cd058adf3e00e8260b44a64f78b478244e892092.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 |