diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 18:05:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 18:05:29 +0000 |
commit | c2225ee10e128b5c2e4955f3430e21cd21a1a868 (patch) | |
tree | e1be064e2f2eb91e5a71f7182ea6797f43cee1cc /audio/cuetools/Makefile | |
parent | 572dd61c0a4622b986dca34af77757512b41fbbe (diff) | |
download | ports-c2225ee10e128b5c2e4955f3430e21cd21a1a868.tar.gz ports-c2225ee10e128b5c2e4955f3430e21cd21a1a868.zip |
Notes
Diffstat (limited to 'audio/cuetools/Makefile')
-rw-r--r-- | audio/cuetools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 3117ecd4a0d6..dc829ca3574d 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -6,14 +6,13 @@ # PORTNAME= cuetools -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/cuetools/ MAINTAINER= ports@FreeBSD.org COMMENT= A set of utilities for working with cue files and toc files -USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes |