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 /math/gnumeric | |
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.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |