diff options
author | steve <steve@FreeBSD.org> | 1998-10-04 02:17:24 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-04 02:17:24 +0000 |
commit | cd6530077c40f4bfbcac5263200f4360af3b328b (patch) | |
tree | c4fbd3fc0b5afbd50539a3d6355ae481fc55dfa5 /x11-fm | |
parent | 65e21768661e0839d3acb33a7da75154fee5d425 (diff) | |
download | FreeBSD-ports-cd6530077c40f4bfbcac5263200f4360af3b328b.zip FreeBSD-ports-cd6530077c40f4bfbcac5263200f4360af3b328b.tar.gz |
The gtk10 headers moved to ${X11BASE}.
Diffstat (limited to 'x11-fm')
-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 e2faf0b..f6c3ba6 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: |