diff options
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 |