aboutsummaryrefslogtreecommitdiffstats
path: root/net/cphone/Makefile
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2002-11-27 17:44:12 +0800
committerroger <roger@FreeBSD.org>2002-11-27 17:44:12 +0800
commit3e754b97dd1924cbbf980792da5685ad5da89a5d (patch)
tree502961aaaba53a0a9a642169d3a897a3aaf7aff4 /net/cphone/Makefile
parent55cfa8f87781c007d78b49088b69fc0815767db1 (diff)
downloadfreebsd-ports-gnome-3e754b97dd1924cbbf980792da5685ad5da89a5d.tar.gz
freebsd-ports-gnome-3e754b97dd1924cbbf980792da5685ad5da89a5d.tar.zst
freebsd-ports-gnome-3e754b97dd1924cbbf980792da5685ad5da89a5d.zip
Fix compilation problems with new pwlib library (reported by Kris and
bento) and get it compiling with QT3 (patch from Matt). Submitted by: Matt Douhan <mdouhan@fruitsalad.org>
Diffstat (limited to 'net/cphone/Makefile')
-rw-r--r--net/cphone/Makefile3
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} \