diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-09 06:51:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-09 06:51:34 +0000 |
commit | 4de1dddd5fae5308c95f16998bfe78d8b102cec3 (patch) | |
tree | f5a0e336fa551a9c6ff61ce3e930f340151e1f82 /math/gnumeric2 | |
parent | 6e53cdbd7728e61e54d99ab1375f940f2a34b6aa (diff) | |
download | ports-4de1dddd5fae5308c95f16998bfe78d8b102cec3.tar.gz ports-4de1dddd5fae5308c95f16998bfe78d8b102cec3.zip |
Notes
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index a3194b823dcb..4c8789f2b6eb 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$ +# $Id: Makefile,v 1.1.1.1 1998/10/26 11:58:07 vanilla Exp $ # DISTNAME= gnumeric-0.3 @@ -16,6 +16,8 @@ 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 \ |