diff options
Diffstat (limited to 'net/cphone/Makefile')
-rw-r--r-- | net/cphone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile index 5ea78b571711..4e7b1843a2c9 100644 --- a/net/cphone/Makefile +++ b/net/cphone/Makefile @@ -7,6 +7,7 @@ PORTNAME= cphone PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/cphone/ DISTNAME= cphone_0.1.0 @@ -20,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NOCLEANDEPENDS= yes USE_BISON= yes -USE_QT_VER= 2 +USE_QT_VER= 3 USE_GMAKE= yes ALL_TARGET= optnoshared MAKE_ENV= QTDIR=${X11BASE} \ |