diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 02:17:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 02:17:24 +0000 |
commit | 7ec90cfba6aac8ff6a40cf1d9898f23e5432bc3d (patch) | |
tree | a45c96f70f6248b484350d3fcf9fe455052fa73b /x11-fm/workplace | |
parent | 2282f1e0a62a17bcbd11538906120eace6ff4eb6 (diff) | |
download | ports-7ec90cfba6aac8ff6a40cf1d9898f23e5432bc3d.tar.gz ports-7ec90cfba6aac8ff6a40cf1d9898f23e5432bc3d.zip |
Notes
Diffstat (limited to 'x11-fm/workplace')
-rw-r--r-- | x11-fm/workplace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index e2faf0b38903..f6c3ba6663b2 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/08/20 11:18:07 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/09/22 22:55:55 asami Exp $ # DISTNAME= workplace-1.0.a3 @@ -17,7 +17,7 @@ LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk10" \ +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/gtk10" \ LIBS="-L${LOCALBASE}/lib" pre-configure: |