diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-12-20 00:51:31 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-12-20 00:51:31 +0000 |
commit | 5f85ef1c52d1e19982ef208c4b03765c88fb3232 (patch) | |
tree | 00098c2b1822fdd60b9c59da8cbd45885384d926 /comms/cutecom/Makefile | |
parent | 1e49a2ca3936ce121469119844ca3f0aae42409b (diff) |
Notes
Diffstat (limited to 'comms/cutecom/Makefile')
-rw-r--r-- | comms/cutecom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/cutecom/Makefile b/comms/cutecom/Makefile index 3157cfd0549d..3d6cd2de9720 100644 --- a/comms/cutecom/Makefile +++ b/comms/cutecom/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= cutecom -PORTVERSION= 0.13.2 +PORTVERSION= 0.14.1 CATEGORIES= comms MASTER_SITES= http://cutecom.sourceforge.net/ @@ -16,6 +16,8 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= lsz:${PORTSDIR}/comms/lrzsz USE_QT_VER= 3 +USE_GMAKE= yes + MAKE_ENV+= QTDIR="${X11BASE}" do-configure: |