diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 3528e063450c6c10f9548d9ded687e713f731a1b (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /net/unison | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 4 | ||||
-rw-r--r-- | net/unison/options.mk | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 6aebffec114..2b8efafb014 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2006/12/11 23:00:31 tonio Exp $ +# $NetBSD: Makefile,v 1.34 2007/09/21 13:04:13 wiz Exp $ DISTNAME= unison-2.13.16 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison/options.mk b/net/unison/options.mk index dab19863bf1..b7b08024f49 100644 --- a/net/unison/options.mk +++ b/net/unison/options.mk @@ -1,13 +1,13 @@ -# $NetBSD: options.mk,v 1.1 2006/12/11 23:00:31 tonio Exp $ +# $NetBSD: options.mk,v 1.2 2007/09/21 13:04:13 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.unison -PKG_SUPPORTED_OPTIONS= lablgtk2 +PKG_SUPPORTED_OPTIONS= lablgtk .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mlablgtk2) +.if !empty(PKG_OPTIONS:Mlablgtk) MAKE_FLAGS+= UISTYLE=gtk2 -.include "../../x11/lablgtk2/buildlink3.mk" +.include "../../x11/lablgtk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .else MAKE_FLAGS+= UISTYLE=text |