diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
commit | 2c49737ca433d36900e5668cdb6eb69c55caec16 (patch) | |
tree | b36631ce96e95cb9a26f720248d598300e990c81 /textproc/skim | |
parent | 96c7199eb5e3c5547f0cff490c92f7b7239c4c83 (diff) | |
download | ports-2c49737ca433d36900e5668cdb6eb69c55caec16.tar.gz ports-2c49737ca433d36900e5668cdb6eb69c55caec16.zip |
Notes
Diffstat (limited to 'textproc/skim')
-rw-r--r-- | textproc/skim/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index f2bfb7543f5e..0abd150f9d72 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -33,10 +33,6 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= Does not compile -.endif - .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |