diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:20:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:20:56 +0000 |
commit | d799d2c470b42b979929e13f9de915c018f757e1 (patch) | |
tree | e39a1ff09eb6c244816574da2fd300c443d6e37a /graphics/lfview | |
parent | 83d8ad69d9daea1abef3f955f91680081104c0d7 (diff) | |
download | ports-d799d2c470b42b979929e13f9de915c018f757e1.tar.gz ports-d799d2c470b42b979929e13f9de915c018f757e1.zip |
Notes
Diffstat (limited to 'graphics/lfview')
-rw-r--r-- | graphics/lfview/Makefile | 8 |
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> |