diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-20 19:18:07 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-20 19:18:07 +0800 |
commit | 0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db (patch) | |
tree | 2c08fa9c8167db31530460a87bfd6c1818116914 /x11-fm/workplace | |
parent | 4a0708cbf62d911c43a9efc80492b9a4ddb5fa15 (diff) | |
download | freebsd-ports-gnome-0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db.tar.gz freebsd-ports-gnome-0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db.tar.zst freebsd-ports-gnome-0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db.zip |
Fix the path problem.
Reminded by: asami
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 |