diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-17 13:06:41 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-17 13:06:41 +0000 |
commit | 7cf552a2d75623d97097e7bf8e167917288182d9 (patch) | |
tree | 5f1edce5bdc8a7d5d33f8ccbf31be9d56a0aa104 /graphics/qslim | |
parent | 87cd6714e100e9654a4fb59a65c5e70515dffde8 (diff) | |
download | FreeBSD-ports-7cf552a2d75623d97097e7bf8e167917288182d9.zip FreeBSD-ports-7cf552a2d75623d97097e7bf8e167917288182d9.tar.gz |
unbreak by link libforms.a again
Diffstat (limited to 'graphics/qslim')
-rw-r--r-- | graphics/qslim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index 30a04c6..756003b 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png -BROKEN= "Does not find libforms.a to link against" - USE_MESA= yes USE_XLIB= yes CONFIGURE_WRKSRC= ${WRKSRC}/mixkit/build @@ -31,6 +29,9 @@ BUILD_WRKSRC= ${WRKSRC}/mixkit/src USE_GMAKE= yes ALL_TARGET= # empty +post-patch: + @${PERL} -pi -e "s,\@XFORMS_LIBS\@,${X11BASE}/lib/libforms.a,g" ${CONFIGURE_WRKSRC}/mix-config.in + post-build: @(cd ${BUILD_WRKSRC}/../../tools/qslim ; ${GMAKE} all) @(cd ${BUILD_WRKSRC}/../../tools/filters ; ${GMAKE} all) |