diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-10-31 13:35:46 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-10-31 13:35:46 +0000 |
commit | 9a528bc0bcc4c548597768b1bd95776306e52569 (patch) | |
tree | 167fa73bbd1f5738bcd03e8d8d7c4ece38b4941b /devel | |
parent | 761e7533fa4397e79587dcd79659e999a11d4249 (diff) | |
download | pkgsrc-9a528bc0bcc4c548597768b1bd95776306e52569.tar.gz |
As per PR 11339 by Love <lha@stacken.kth.se>, oaf now depends on
devel/popt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oaf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 24d0d1e129f..8f519b5764a 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/22 07:35:39 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/31 13:35:46 wennmach Exp $ # DISTNAME= oaf-0.6.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs DEPENDS+= libxml>=1.8.10:../../textproc/libxml +DEPENDS+= popt-*:../../devel/popt GNU_CONFIGURE= YES USE_X11BASE= YES |