diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 10:07:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 10:07:36 +0000 |
commit | 133f9502a3f8a3bb79c063f6929b4a43c95b15e2 (patch) | |
tree | 76fb03ea79e85887fa31b85ee148f016fc810b36 /x11/libgnome/Makefile | |
parent | 36f05966a00741ea9319a821847f61d57e893d01 (diff) | |
download | ports-133f9502a3f8a3bb79c063f6929b4a43c95b15e2.tar.gz ports-133f9502a3f8a3bb79c063f6929b4a43c95b15e2.zip |
Notes
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f0aa0b2fc61a..df70cc876dbe 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$ +# $Id: Makefile,v 1.1.1.1 1998/09/06 06:34:19 vanilla Exp $ # DISTNAME= gnome-libs-0.27 @@ -25,7 +25,7 @@ LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" |