diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 06:16:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 06:16:30 +0000 |
commit | 2c95d1abc882b7c83aef065ea63050a382c143c4 (patch) | |
tree | f28b87ab48ce0f7a3e68ab25b668f3c10c62e272 /devel/directfb | |
parent | d568611c3eb334453c4a0352b61f081a623d72f1 (diff) | |
download | ports-2c95d1abc882b7c83aef065ea63050a382c143c4.tar.gz ports-2c95d1abc882b7c83aef065ea63050a382c143c4.zip |
Back out PORTREVISION change committed with previous BROKEN commit
Notes
Notes:
svn path=/head/; revision=154135
Diffstat (limited to 'devel/directfb')
-rw-r--r-- | devel/directfb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 6efa8b6ccf7a..3509826fee54 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -6,7 +6,8 @@ # PORTNAME= directfb -PORTVERSION= 0.9.22 +PORTVERSION= 0.9.16 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.directfb.org/download/DirectFB/ DISTNAME= DirectFB-${PORTVERSION} |