diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 21:14:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 21:14:48 +0000 |
commit | eb9781ba09b1a12de10844b9b9ce45cd6be722c1 (patch) | |
tree | a99366c61e205efffff3568e957fda927836c1bf /cad/qfsm/Makefile | |
parent | 5f66447962336193269a022301360d43cda4aa5d (diff) | |
download | ports-eb9781ba09b1a12de10844b9b9ce45cd6be722c1.tar.gz ports-eb9781ba09b1a12de10844b9b9ce45cd6be722c1.zip |
- Update to 0.52.0
PR: 142977
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=248316
Diffstat (limited to 'cad/qfsm/Makefile')
-rw-r--r-- | cad/qfsm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/qfsm/Makefile b/cad/qfsm/Makefile index 47d9fc998849..f280aa8f60ea 100644 --- a/cad/qfsm/Makefile +++ b/cad/qfsm/Makefile @@ -7,15 +7,15 @@ # PORTNAME= qfsm -PORTVERSION= 0.51.0 -PORTREVISION= 1 +PORTVERSION= 0.52.0 CATEGORIES= cad -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.51 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= ports@FreeBSD.org COMMENT= A graphical tool for designing finite state machines +USE_BZIP2= yes USE_XORG= xi USE_QT_VER= 4 QT_COMPONENTS= corelib gui qt3support svg xml \ |