diff options
Diffstat (limited to 'devel/libspark2012/Makefile')
-rw-r--r-- | devel/libspark2012/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libspark2012/Makefile b/devel/libspark2012/Makefile index 03eb3ac62e2b..d30ca973a37d 100644 --- a/devel/libspark2012/Makefile +++ b/devel/libspark2012/Makefile @@ -3,7 +3,7 @@ PORTNAME= libspark2012 PORTVERSION= 2012 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ @@ -12,6 +12,6 @@ COMMENT= SPARK 2012 Spark.Ada library LICENSE= GPLv3 -USES= ada:5 tar:bzip2 +USES= ada tar:bzip2 .include <bsd.port.mk> |