diff options
author | asami <asami@FreeBSD.org> | 1998-12-14 03:27:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-14 03:27:52 +0000 |
commit | e390815bfab746256346a88b29381e11e4e02fb7 (patch) | |
tree | b59ce16b103183f4d06318aed8c6878a8536386c /x11/gnomelibs | |
parent | e196fb25b58c80302338edc5f7236052c9da761f (diff) | |
download | FreeBSD-ports-e390815bfab746256346a88b29381e11e4e02fb7.zip FreeBSD-ports-e390815bfab746256346a88b29381e11e4e02fb7.tar.gz |
Need to depend on gmake if we're going to use it.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 1cbe2e6..20bfee0 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.16 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.17 1998/11/25 09:01:24 asami Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -25,6 +25,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= ORBit.0:${PORTSDIR}/devel/ORBit USE_X_PREFIX= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome |