diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /accessibility/atk | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'accessibility/atk')
-rw-r--r-- | accessibility/atk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index ca5c5c1bd404..66fe20e6d1ad 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -8,6 +8,7 @@ PORTNAME= atk PORTVERSION= 1.11.4 +PORTREVISION?= 1 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,7 +21,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -PORTREVISION= 1 USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 |