summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-06 12:20:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-06 12:20:56 +0000
commitd799d2c470b42b979929e13f9de915c018f757e1 (patch)
treee39a1ff09eb6c244816574da2fd300c443d6e37a /graphics
parentRemove pear, it's misleading, obsolete metaport used in past by horde. (diff)
BROKEN on amd64: Does not compile (-fPIC missing)
Notes
Notes: svn path=/head/; revision=103100
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lfview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile
index ca402979e506..24f2401b205f 100644
--- a/graphics/lfview/Makefile
+++ b/graphics/lfview/Makefile
@@ -18,6 +18,12 @@ USE_IMAKE= yes
INSTALLS_SHLIB= yes
NO_INSTALL_MANPAGES= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64 (-fPIC missing)"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfview ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${PREFIX}/lib
@@ -27,4 +33,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>