diff options
author | asami <asami@FreeBSD.org> | 1998-11-18 20:09:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-18 20:09:05 +0800 |
commit | 14a271546fdc838e989ffc09b65886208076f726 (patch) | |
tree | 95a26c25634b6db3b2b538aa72bfc4ae6e7541f1 | |
parent | 0b9b39d27cc7c8c24562eade03499b8daf55ff73 (diff) | |
download | freebsd-ports-gnome-14a271546fdc838e989ffc09b65886208076f726.tar.gz freebsd-ports-gnome-14a271546fdc838e989ffc09b65886208076f726.tar.zst freebsd-ports-gnome-14a271546fdc838e989ffc09b65886208076f726.zip |
These two are no longer broken due to gnome/gtk.
-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 \ |