diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-20 11:18:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-20 11:18:07 +0000 |
commit | f937a478e3ed14beea59db891d4d131b19323ca1 (patch) | |
tree | 055f30f4061808d4b7ffb7967c47f6a6b32cfe5e /x11-fm/workplace | |
parent | 52d64440ee09c73ad485eedf4512ed30f4e44623 (diff) | |
download | ports-f937a478e3ed14beea59db891d4d131b19323ca1.tar.gz ports-f937a478e3ed14beea59db891d4d131b19323ca1.zip |
Notes
Diffstat (limited to 'x11-fm/workplace')
-rw-r--r-- | x11-fm/workplace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index 6e03d2800112..464be6183510 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.6 1998/08/07 23:56:50 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/20 07:56:20 asami Exp $ # DISTNAME= workplace-1.0.a3 @@ -15,10 +15,10 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk -BROKEN= gtk update - GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk10" \ + LIBS="-L${LOCALBASE}/lib" pre-configure: @ ${RM} ${WRKSRC}/config.cache |