diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-01 07:53:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-01 07:53:09 +0000 |
commit | 1f40e9743d0f7f94dc41dc9d7cda07157f381589 (patch) | |
tree | ae5d4e6770f81c073ddac2ad6adc1170f3f34e19 /net-im/telepathy-farsight | |
parent | 61e7541eea7e81e5b2f10c96382e1ac9e41829d4 (diff) | |
download | freebsd-ports-1f40e9743d0f7f94dc41dc9d7cda07157f381589.zip |
Add a missing USE_LDCONFIG.
Diffstat (limited to 'net-im/telepathy-farsight')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index feb27972bd13..933a1f8e9dec 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -7,6 +7,7 @@ PORTNAME= telepathy-farsight PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -25,6 +26,7 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LDCONFIG= yes USE_PYTHON= yes USE_GNOME= gnomehack pkgconfig glib20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |