diff options
author | dan <dan@FreeBSD.org> | 1999-10-15 03:35:08 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-10-15 03:35:08 +0800 |
commit | 161ebe247a52a817fc6c0987b0e1bf7a278da958 (patch) | |
tree | c54edb360866b929fe2e349c4ef0d082c9e82264 /x11 | |
parent | d9aa3596dd078b3f9b69e26c6df4f8f8b0ca602f (diff) | |
download | freebsd-ports-gnome-161ebe247a52a817fc6c0987b0e1bf7a278da958.tar.gz freebsd-ports-gnome-161ebe247a52a817fc6c0987b0e1bf7a278da958.tar.zst freebsd-ports-gnome-161ebe247a52a817fc6c0987b0e1bf7a278da958.zip |
Fix broken Makefile. Please be careful!
Submitted by: Chris Montgomery <chris@click2net.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 7cc5b612b17f..0aa4a2c3b8ae 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ xml.5:${PORTSDIR}/textproc/libxml \ gnomeprint.2:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp \ - obgnome.1:${PORTSDIR}/lang/gnomeobjc + obgnome.1:${PORTSDIR}/lang/gnomeobjc \ glade.2:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio \ panel:${PORTSDIR}/x11/gnomecore \ @@ -38,7 +38,7 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeau gulp:${PORTSDIR}/sysutils/gnomeadmin \ gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \ gtop:${PORTSDIR}/sysutils/gtop \ - gmc:${PORTSDIR}/x11-fm/gnomemc + gmc:${PORTSDIR}/x11-fm/gnomemc \ gnumeric:${PORTSDIR}/math/gnumeric EXTRACT_ONLY= # empty diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 7cc5b612b17f..0aa4a2c3b8ae 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ xml.5:${PORTSDIR}/textproc/libxml \ gnomeprint.2:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp \ - obgnome.1:${PORTSDIR}/lang/gnomeobjc + obgnome.1:${PORTSDIR}/lang/gnomeobjc \ glade.2:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio \ panel:${PORTSDIR}/x11/gnomecore \ @@ -38,7 +38,7 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeau gulp:${PORTSDIR}/sysutils/gnomeadmin \ gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \ gtop:${PORTSDIR}/sysutils/gtop \ - gmc:${PORTSDIR}/x11-fm/gnomemc + gmc:${PORTSDIR}/x11-fm/gnomemc \ gnumeric:${PORTSDIR}/math/gnumeric EXTRACT_ONLY= # empty |