diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-06 08:56:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-06 08:56:10 +0800 |
commit | a3f5148c3db5ed2a5d551be99f51727b5727ea50 (patch) | |
tree | eb91a25d1e45cc74e9129874273be5690dd162ef /accessibility | |
parent | 935d40d10f68ebe924b9f7b6fe3096d973175770 (diff) | |
download | marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar.gz marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar.bz2 marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar.lz marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar.xz marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.tar.zst marcuscom-ports-a3f5148c3db5ed2a5d551be99f51727b5727ea50.zip |
Remove the conditional PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13371 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index b638fb242..2ab9805e5 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -3,12 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.1 2010/01/06 00:41:11 marcus Exp $ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.2 2010/01/06 00:42:25 marcus Exp $ # PORTNAME= at-spi2-core PORTVERSION= 0.1.4 -PORTREVISION?= 0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |