summaryrefslogtreecommitdiff
path: root/graphics/qslim
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-17 13:06:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-17 13:06:41 +0000
commit23a82ef7ff7ee10c24fde457ec33d88d6ed05c4d (patch)
tree784d6251b9aea8f60c4ece45c8cc71e7b24a2be0 /graphics/qslim
parentUse <bsd.lib.mk> (diff)
unbreak by link libforms.a again
Notes
Notes: svn path=/head/; revision=59336
Diffstat (limited to 'graphics/qslim')
-rw-r--r--graphics/qslim/Makefile5
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)