diff options
author | tron <tron> | 1999-05-08 12:23:45 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-08 12:23:45 +0000 |
commit | 64e7084221303c69f3ffa272b100e902ae672697 (patch) | |
tree | f77f84e79af2fc1ba7ae43755d3683608f965fe6 /misc | |
parent | e6170e8399946746b6cc92a7729f97be2f7ad41d (diff) | |
download | pkgsrc-64e7084221303c69f3ffa272b100e902ae672697.tar.gz |
Remove redundant dependence on "gettext" package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 78dcd756105..e383146e32f 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/03 16:38:44 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/08 12:23:45 tron Exp $ # DISTNAME= gnome-pim-1.0.7 @@ -20,7 +20,6 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-1.0.9:../../x11/gnome-libs DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile |