diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-04-16 23:09:54 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-04-16 23:09:54 +0000 |
commit | 8fc6168ee14e89323a9ba55425d9e675d1fb95ce (patch) | |
tree | a7f88e07f0d371a9092d58b68540e5b90b6fc33e /net-im/libtelepathy | |
parent | f0c6ba4b386c0166b0259ab7a1ab2b1927b37422 (diff) | |
download | ports-8fc6168ee14e89323a9ba55425d9e675d1fb95ce.tar.gz ports-8fc6168ee14e89323a9ba55425d9e675d1fb95ce.zip |
Notes
Diffstat (limited to 'net-im/libtelepathy')
-rw-r--r-- | net-im/libtelepathy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/libtelepathy/Makefile b/net-im/libtelepathy/Makefile index 94d21671d2ce..d0a8bb77515f 100644 --- a/net-im/libtelepathy/Makefile +++ b/net-im/libtelepathy/Makefile @@ -7,8 +7,9 @@ PORTNAME= libtelepathy PORTVERSION= 0.0.53 +PORTREVISION= 1 CATEGORIES= net-im devel -MASTER_SITES= http://telepathy.freedesktop.org/releases/libtelepathy/ +MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= flz@FreeBSD.org COMMENT= Flexible Communications Framework @@ -24,7 +25,7 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |