summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 13:46:33 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 13:46:33 +0800
commitcf8e0a403122fbdfcb552eadd1fab14a788059c6 (patch)
tree40d142e9a4135cd7f313ab4e81d503d53c60aa23 /graphics
parent5b8fdd0537dd4dfdd9995454a769e0b59a43b332 (diff)
downloadmarcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar.gz
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar.bz2
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar.lz
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar.xz
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.tar.zst
marcuscom-ports-cf8e0a403122fbdfcb552eadd1fab14a788059c6.zip
- Change RUN_DEPENDS so it doesn't depend on libtool and what ever else.
Idea from some commit from mezz. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4174 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-cairo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 35c58729b..fbe4b911e 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-cairo/Makefile,v 1.3 2005/06/28 05:23:51 ahze Exp $
+# $MCom: ports/graphics/py-cairo/Makefile,v 1.4 2005/07/04 00:11:30 marcus Exp $
#
PORTNAME= cairo
@@ -18,7 +18,7 @@ COMMENT= Python bindings for Cairo
BUILD_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYNUMERIC}
USE_PYTHON= yes
USE_REINPLACE= yes