diff options
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 2972000..96b538f 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -7,7 +7,7 @@ # PORTNAME= solfege -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,10 +36,6 @@ post-patch: @${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \ ${WRKSRC}/${file} .endfor -.for file in src/inputwidgets.py src/runtime.py - @${REINPLACE_CMD} -e 's|gnome.canvas|gnomecanvas|g' \ - ${WRKSRC}/${file} -.endfor .for file in default.config @${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|g ; \ s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/${file} |