diff options
author | roger <roger@FreeBSD.org> | 2002-11-27 17:44:12 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-11-27 17:44:12 +0800 |
commit | 3e754b97dd1924cbbf980792da5685ad5da89a5d (patch) | |
tree | 502961aaaba53a0a9a642169d3a897a3aaf7aff4 /net/cphone/Makefile | |
parent | 55cfa8f87781c007d78b49088b69fc0815767db1 (diff) | |
download | freebsd-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/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} \ |