diff options
author | wiz <wiz> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-21 13:03:25 +0000 |
commit | 3d6f3c9b82b8bb57b230a246ed3692b150a41d6e (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /net/unison | |
parent | 0937f056ecef15228dcfbf0f06646a5c57e8eb55 (diff) | |
download | pkgsrc-3d6f3c9b82b8bb57b230a246ed3692b150a41d6e.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 |