diff options
author | obache <obache@pkgsrc.org> | 2007-10-04 12:06:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-04 12:06:40 +0000 |
commit | 725fd0da857a193bc4db6d35c2fc3ae8349e039a (patch) | |
tree | eb02310741e94f113ab60c0c8d495e097e819931 /x11/lablgtk | |
parent | ee384454ac3de9ca621de272627f6b6847008ea0 (diff) | |
download | pkgsrc-725fd0da857a193bc4db6d35c2fc3ae8349e039a.tar.gz |
Renamed devel/libglade2 to devel/libglade.
Diffstat (limited to 'x11/lablgtk')
-rw-r--r-- | x11/lablgtk/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lablgtk/options.mk b/x11/lablgtk/options.mk index 476a2f84432..90bae4558da 100644 --- a/x11/lablgtk/options.mk +++ b/x11/lablgtk/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2007/09/21 13:00:53 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2007/10/04 12:06:40 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk PKG_SUPPORTED_OPTIONS= glade gnomecanvas svg @@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= gnomecanvas svg .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mglade) -.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" CONFIGURE_ARGS+= --with-glade PLIST_SRC+= PLIST.glade .else |