diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 12:09:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 12:09:05 +0000 |
commit | 268b9325c52c99ba133379bf476653822fb4bce3 (patch) | |
tree | 2c801e83f10ccf8bd797236f520281d5534825a6 | |
parent | Duh! (diff) |
These two are no longer broken due to gnome/gtk.
Notes
Notes:
svn path=/head/; revision=14641
-rw-r--r-- | graphics/electriceyes/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index a2a9fa3446b9..679a6e571844 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.3 1998/09/30 13:44:29 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/11/15 14:04:04 jseger Exp $ # DISTNAME= ee-0.3 @@ -14,8 +14,6 @@ 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 diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 4c8789f2b6eb..1f12ff532992 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,7 +3,7 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.1.1.1 1998/10/26 11:58:07 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/11/09 06:51:34 asami Exp $ # DISTNAME= gnumeric-0.3 @@ -16,8 +16,6 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs -BROKEN= build - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 4c8789f2b6eb..1f12ff532992 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -3,7 +3,7 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.1.1.1 1998/10/26 11:58:07 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/11/09 06:51:34 asami Exp $ # DISTNAME= gnumeric-0.3 @@ -16,8 +16,6 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs -BROKEN= build - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |