aboutsummaryrefslogtreecommitdiff
path: root/audio/denemo/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-01-25 20:13:17 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-01-25 20:13:17 +0000
commite66a2589a5f2fa388a20024d6169223ac9112920 (patch)
tree4c045f2b1a2ec26d9879f57f6fd78b5f35159147 /audio/denemo/Makefile
parentaa44fad4be9bbbc4907fc860c9e76f7742217595 (diff)
Notes
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r--audio/denemo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 247392ab429b..1e98809cc7d7 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= denemo
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Graphical score editor
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_GNOME= gnometarget gtk20 libxml2
USE_GCC= 3.4+
USE_BISON= yes
@@ -48,7 +48,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in AUTHORS ChangeLog DESIGN GOALS NEWS README TODO
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif