diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-11-09 08:46:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-11-09 08:46:12 +0000 |
commit | a3dd3be5b92f5911c8b862af146cb29e8644c064 (patch) | |
tree | eb0f014c3da06fd52b436fec2ac04f2e4fe77bb8 /chinese/qterm/Makefile | |
parent | 001a52184dff6d3337f55199d6149962fb71bfc6 (diff) |
Notes
Diffstat (limited to 'chinese/qterm/Makefile')
-rw-r--r-- | chinese/qterm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index fb31600f44f4..b01a5fa58b17 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qterm -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.2 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,8 @@ USE_QT_VER= 3 USE_GMAKE= yes HAS_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ARGS+= "--enable-mt" +CONFIGURE_ARGS= --enable-mt --with-pythondir=${LOCALBASE} --prefix=${PREFIX} +USE_PYTHON= -2.2 post-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ |