diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 10:07:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 10:07:56 +0800 |
commit | 8dde9feb5df49b48e983b6936e9578527cf06c18 (patch) | |
tree | b92b8848bb4c4b1953199e44c8f4f794f6027d32 /graphics/dia | |
parent | 7997192f8d768c935a960534446be1bc29230dfb (diff) | |
download | marcuscom-ports-8dde9feb5df49b48e983b6936e9578527cf06c18.tar.gz marcuscom-ports-8dde9feb5df49b48e983b6936e9578527cf06c18.tar.zst marcuscom-ports-8dde9feb5df49b48e983b6936e9578527cf06c18.zip |
Merging adamw's and mine update, but my version also include chase the current
bsd.gnome.mk, pygtk2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2598 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 00467ef6e..25ff857fa 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -32,10 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= dia.1 .if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 -CONFIGURE_ARGS= --with-python +USE_PYTHON= yes +USE_GNOME+= pygtk2 +CONFIGURE_ARGS+= --with-python PLIST_SUB= PYTHON:="" .else PLIST_SUB= PYTHON:="@comment " |