diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-21 15:40:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-21 15:40:46 +0000 |
commit | 0dd52698a2eeac8bc13157083cdb15b4e740eebe (patch) | |
tree | ade80b3d57f408d266fee094d31903318fb57c6f /devel/veepee/Makefile | |
parent | cfd3cc769502de43782f7d66ef41af31955d2a45 (diff) | |
download | ports-0dd52698a2eeac8bc13157083cdb15b4e740eebe.tar.gz ports-0dd52698a2eeac8bc13157083cdb15b4e740eebe.zip |
Notes
Diffstat (limited to 'devel/veepee/Makefile')
-rw-r--r-- | devel/veepee/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile index 872a5f2bb8e2..d521a001f2ea 100644 --- a/devel/veepee/Makefile +++ b/devel/veepee/Makefile @@ -6,21 +6,20 @@ # PORTNAME= veepee -PORTVERSION= 0.3 +PORTVERSION= 1.0 CATEGORIES= devel python gnome MASTER_SITES= http://www.river-bank.demon.co.uk/software/ DISTNAME= VeePee-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gd.1:${PORTSDIR}/graphics/gd -RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 USE_XLIB= yes +USE_PYTHON= yes USE_LIBTOOL= yes - +CONFIGURE_ENV= LDFLAGS="-pthread" CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include/gd \ --disable-kde |