diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-03 22:44:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-03 22:44:54 +0000 |
commit | 517bf4a805173529ceabb07e54e182e5cfb06324 (patch) | |
tree | 363556bed9a293147ade73c8047962a914524a23 /graphics/denemo | |
parent | b32d74a10f303d984fd0e7c28239f1e70cd9a2e6 (diff) | |
download | pkgsrc-517bf4a805173529ceabb07e54e182e5cfb06324.tar.gz |
Convert to buildlink2. Do not install into X11BASE any longer; bump PKGREVISION for that.
Diffstat (limited to 'graphics/denemo')
-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" |