diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-15 04:51:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-15 04:51:24 +0000 |
commit | f4cea8f552806099204229c3d94e5d0d802a67ad (patch) | |
tree | 0a550ac5b9de53dcef5d7af026b6c6c22f614f89 /x11-toolkits/vte/Makefile | |
parent | 9db400d986af9d91220bd7557386994701e098b7 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r-- | x11-toolkits/vte/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index af7d1c74a1aa..ca8cb46c9970 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.10.8 +PORTVERSION= 0.10.10 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -27,6 +27,7 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-python CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: |