diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-13 15:20:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-13 15:20:29 +0800 |
commit | 0ff460b738a3f026135751090f687c005bc0ddf0 (patch) | |
tree | 0da7bcddc7fb91a17468b5d9685bc4b66a3217f5 | |
parent | 9675c901d0a1ceb115b7532a18c9b8ebf46e94f5 (diff) | |
download | marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar.gz marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar.bz2 marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar.lz marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar.xz marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.tar.zst marcuscom-ports-0ff460b738a3f026135751090f687c005bc0ddf0.zip |
Remove the unconditional inclusion of yelp as this will not work on
ia64 or earlier versions of sparc64.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8195 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2-lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index c5b1829da..f0c846662 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2-lite/Makefile,v 1.50 2006/10/14 06:34:16 marcus Exp $ +# $MCom: ports/x11/gnome2-lite/Makefile,v 1.52 2006/10/19 06:40:08 marcus Exp $ # PORTREVISION= 0 @@ -21,7 +21,6 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applet gnome-session:${PORTSDIR}/x11/gnome-session \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ nautilus:${PORTSDIR}/x11-fm/nautilus \ - yelp:${PORTSDIR}/x11/yelp \ ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ ${LOCALBASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ file-roller:${PORTSDIR}/archivers/file-roller \ |