diff options
author | arved <arved@FreeBSD.org> | 2002-11-02 09:37:18 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-02 09:37:18 +0800 |
commit | 5b14f1d0071e9f394c08a3a3d19bb98fb5d23afa (patch) | |
tree | 617566cf83bcee6073d8496e61c73f49c6527c03 | |
parent | 0e6b52fef38785552c7aea5e8385cb4826aa42a3 (diff) | |
download | freebsd-ports-gnome-5b14f1d0071e9f394c08a3a3d19bb98fb5d23afa.tar.gz freebsd-ports-gnome-5b14f1d0071e9f394c08a3a3d19bb98fb5d23afa.tar.zst freebsd-ports-gnome-5b14f1d0071e9f394c08a3a3d19bb98fb5d23afa.zip |
{PORTSDIR} -> ${PORTSDIR}
Submitted by: Harold Gutch <logix@foobar.franken.de>
-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 |