diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-17 17:37:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-17 17:37:01 +0000 |
commit | f81c40abe3ece0ca03230b5dfc8ec5f8bfe80b7c (patch) | |
tree | 5a87dfaa7c41ecc10eaf8ec0bf3007ea1c254f42 | |
parent | remove BROKEN tag. (diff) |
Remove BROKEN tag.
Notes
Notes:
svn path=/head/; revision=14609
-rw-r--r-- | x11/gnomecore/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index f7f0932116da..3d760352cc2d 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.5 1998/10/23 14:36:24 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/11/10 08:59:10 asami Exp $ # DISTNAME= gnome-core-0.30 @@ -17,8 +17,6 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ gtop.0:${PORTSDIR}/devel/libgtop -BROKEN= build - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |