diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-19 22:15:53 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-19 22:15:53 +0000 |
commit | cfec822fb3383e303e3ef85f0ba817b7d71331db (patch) | |
tree | 2068f8b97b95837c5b3e8d346d63e31499e3b78c /audio/dssi/Makefile | |
parent | 36f12de294567fd479a43875c16e1df17f45150e (diff) |
Notes
Diffstat (limited to 'audio/dssi/Makefile')
-rw-r--r-- | audio/dssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/dssi/Makefile b/audio/dssi/Makefile index 9b809f231a28..b1dc405b7bd8 100644 --- a/audio/dssi/Makefile +++ b/audio/dssi/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dssi -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dssi @@ -27,6 +26,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes USE_GNOME= gnomehack +MAN1= dssi_osc_send.1 dssi_osc_update.1 jack-dssi-host.1 .if defined(WITH_QT) USE_QT_VER= 3 |