diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/denemo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile index 08b488890fe..c644c5084e7 100644 --- a/graphics/denemo/Makefile +++ b/graphics/denemo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/05/02 11:55:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/03 22:44:54 wiz Exp $ # DISTNAME= denemo-0.5.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denemo/} @@ -11,9 +11,9 @@ HOMEPAGE= http://denemo.sourceforge.net/ COMMENT= GUI musical score editor written in C/GTK+ DEPENDS+= lilypond-[0-9]*:../../print/lilypond -DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk GNU_CONFIGURE= YES -USE_X11BASE= YES +USE_BUILDLINK2= YES +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |