diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-14 03:27:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-14 03:27:52 +0000 |
commit | 1d08aa8f88766d5d93a05010cd97031ca7f9df2f (patch) | |
tree | ad82165bc46dfa09bc1bfff0edd706fb13069093 /x11/libgnome/Makefile | |
parent | 31b603385e312128490d5b10970d2de49d95f8b5 (diff) | |
download | ports-1d08aa8f88766d5d93a05010cd97031ca7f9df2f.tar.gz ports-1d08aa8f88766d5d93a05010cd97031ca7f9df2f.zip |
Notes
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 1cbe2e668d41..20bfee05d296 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/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 |