diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-15 14:04:04 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-15 14:04:04 +0000 |
commit | 78037789842a79a1f020f6b844cb622c6b8ec523 (patch) | |
tree | 87696fb3b38e3c1196e08776c04240a952ff9406 /graphics | |
parent | ec50442387fc6a36f1aae0957a4b5ec5716bdc7c (diff) |
Mark BROKEN. Uses gnomelibs
Notes
Notes:
svn path=/head/; revision=14533
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/electriceyes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 0fa42e7e7ad5..a2a9fa3446b9 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/09/15 10:50:56 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/30 13:44:29 vanilla Exp $ # DISTNAME= ee-0.3 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com +BROKEN= gnome + LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes |