diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-17 13:06:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-17 13:06:41 +0000 |
commit | 23a82ef7ff7ee10c24fde457ec33d88d6ed05c4d (patch) | |
tree | 784d6251b9aea8f60c4ece45c8cc71e7b24a2be0 /graphics/qslim | |
parent | a66792d6dbb635bb3822b570f726573129cbf39a (diff) | |
download | ports-23a82ef7ff7ee10c24fde457ec33d88d6ed05c4d.tar.gz ports-23a82ef7ff7ee10c24fde457ec33d88d6ed05c4d.zip |
Notes
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 30a04c658233..756003bf5191 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) |