diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-08-31 10:18:57 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-08-31 10:18:57 +0000 |
commit | 6525b58fdc91ef0af30247bd193edabb5b2b361c (patch) | |
tree | 9e12c943821a26b9eeebd8132e4ed895e4c41c6a /audio/aureal-kmod/Makefile | |
parent | 3cc72bcc057166e6d2e41edbe4fb4797daff35e7 (diff) |
unbreak -CURRENT.
revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because
no one on the earth was able to build aureal-kmod-1.5_5.
Notes
Notes:
svn path=/head/; revision=88183
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r-- | audio/aureal-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index a99f46373d65..2ebd40d6dd1b 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= aureal-kmod PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://home.columbus.rr.com/amatey/au88x0/ DISTNAME= au88x0-${PORTVERSION}_${PORTREVISION} |