diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:40:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:40:01 +0800 |
commit | 15727ac4d20392f19b3390cb27c56102fdf196fa (patch) | |
tree | 11194bae3d4b523272c266731229fca4deb8264f /graphics/skencil | |
parent | df550ad3501e0f79a494e8cb9aaf18ebdbc9de75 (diff) | |
download | freebsd-ports-gnome-15727ac4d20392f19b3390cb27c56102fdf196fa.tar.gz freebsd-ports-gnome-15727ac4d20392f19b3390cb27c56102fdf196fa.tar.zst freebsd-ports-gnome-15727ac4d20392f19b3390cb27c56102fdf196fa.zip |
use USE_PYDISTUTILS
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index e9df51b3c9a1..1fb87a3f8c98 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -13,14 +13,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Imaging.h:${PORTSDIR}/graphics/py-imaging \ - ${PYDISTUTILS} +BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Imaging.h:${PORTSDIR}/graphics/py-imaging RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/_imaging.so:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \ ${PYXML} USE_PYTHON= yes +USE_PYDISTUTILS= yes CONFFLAGS= --tk-autoconf --tk-flags="-I${X11BASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -L${LOCALBASE}/lib -ltk83 -ltcl83 -L${X11BASE}/lib -lX11" @@ -36,9 +36,6 @@ do-configure: ${SETENV} ${CONFIGURE_ENV} \ ${PYTHON_CMD} setup.py configure ${CONFFLAGS}) -do-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build) - do-install: @${MKDIR} ${SKETCHDIR} .for dir in Filter Pax Plugins Resources Script Sketch |