diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-23 19:31:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-23 19:31:52 +0000 |
commit | 2fe7050685a2063d2c95c92edf610a86ff8d0bbf (patch) | |
tree | a166ab0453cea2019e99bb11c068a6198567393a | |
parent | Merge a patch from Fedora to chaneg the default font from Times Roman (diff) |
Make telepathy-butterfly LOCALBASE safe.
Submitted by: David P. Discher <dpd@dpdtech.com>
Notes
Notes:
svn path=/head/; revision=234461
-rw-r--r-- | net-im/telepathy-butterfly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile index 2ee0bbe73de7..536f165f7003 100644 --- a/net-im/telepathy-butterfly/Makefile +++ b/net-im/telepathy-butterfly/Makefile @@ -22,5 +22,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ USE_PYTHON= 2.4+ HAS_CONFIGURE= yes +CONFIGURE_ARGS+=--prefix=${PREFIX} .include <bsd.port.mk> |