diff options
author | adam <adam> | 2012-09-07 19:16:05 +0000 |
---|---|---|
committer | adam <adam> | 2012-09-07 19:16:05 +0000 |
commit | 92576aa4434724142021945084682e2f1f289c20 (patch) | |
tree | 8c7c1c6aba6c6451c01ccfcffee90433966d49ce /cad/librecad/Makefile | |
parent | 5858ec942a6e97e44d554315f1dc95335f2355a6 (diff) | |
download | pkgsrc-92576aa4434724142021945084682e2f1f289c20.tar.gz |
Revbump after updating graphics/cairo
Diffstat (limited to 'cad/librecad/Makefile')
-rw-r--r-- | cad/librecad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index ff67c9350c5..399e906c491 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2012/08/29 11:22:09 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/07 19:16:14 adam Exp $ # DISTNAME= LibreCAD-LibreCAD-v1.0.2-0-ga6826ad PKGNAME= librecad-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cad MASTER_SITES= -https://github.com/LibreCAD/LibreCAD/tarball/v1.0.2 |