diff options
author | marino <marino> | 2014-04-30 16:26:10 +0000 |
---|---|---|
committer | marino <marino> | 2014-04-30 16:26:10 +0000 |
commit | 7ba528517fad061d1935c231d73206d1e3e4e309 (patch) | |
tree | 7beca1e4237ed9e6662d60288b3904eccc6d7114 /textproc/xmlada | |
parent | 17882b28342e38d7c1b46e96312db5a2f688b106 (diff) | |
download | pkgsrc-7ba528517fad061d1935c231d73206d1e3e4e309.tar.gz |
textproc/xmlada: Revbump due to new Ada compiler release
The new compiler can't use libraries built with the former version,
so xmlada gets revbumped to ensure the builders rebuild it.
Diffstat (limited to 'textproc/xmlada')
-rw-r--r-- | textproc/xmlada/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 6ef2d4227ad..ce907864c79 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/04/30 16:26:10 marino Exp $ DISTNAME= xmlada-${XMLADA_VERS} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://downloads.dragonlace.net/src/ EXTRACT_SUFX= .tar.bz2 |