diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-02 01:37:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-02 01:37:18 +0000 |
commit | b7a639834e1ab4cf07968a7d2820f446b9650fd0 (patch) | |
tree | a753e874df50f844066ce317eaced9bd2b5c8894 | |
parent | be87be8a527b2f3bdc32bcc3aac1be2837359104 (diff) | |
download | ports-b7a639834e1ab4cf07968a7d2820f446b9650fd0.tar.gz ports-b7a639834e1ab4cf07968a7d2820f446b9650fd0.zip |
{PORTSDIR} -> ${PORTSDIR}
Submitted by: Harold Gutch <logix@foobar.franken.de>
Notes
Notes:
svn path=/head/; revision=69282
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 12c2ee0127d8..a0541fa651ce 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -14,7 +14,7 @@ MAINTAINER= roger@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - bonobo-2.0:{PORTSDIR}/devel/libbonobo + bonobo-2.0:${PORTSDIR}/devel/libbonobo BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 12c2ee0127d8..a0541fa651ce 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/Makefile @@ -14,7 +14,7 @@ MAINTAINER= roger@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - bonobo-2.0:{PORTSDIR}/devel/libbonobo + bonobo-2.0:${PORTSDIR}/devel/libbonobo BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile index 12c2ee0127d8..a0541fa651ce 100644 --- a/net/gnomemeeting2/Makefile +++ b/net/gnomemeeting2/Makefile @@ -14,7 +14,7 @@ MAINTAINER= roger@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - bonobo-2.0:{PORTSDIR}/devel/libbonobo + bonobo-2.0:${PORTSDIR}/devel/libbonobo BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build |