diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-08 19:34:51 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-08 19:34:51 +0000 |
commit | 2e4c946219ca0bebf6cf595fda5a9a2e555b78b8 (patch) | |
tree | 8171d4a7968bb3e36da98c254137420fac8e6b71 /www/cgiparse | |
parent | 580cde551e2c502fb23c61f32195e4c4b9fb575d (diff) | |
download | ports-2e4c946219ca0bebf6cf595fda5a9a2e555b78b8.tar.gz ports-2e4c946219ca0bebf6cf595fda5a9a2e555b78b8.zip |
Notes
Diffstat (limited to 'www/cgiparse')
-rw-r--r-- | www/cgiparse/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 3cca1ca3230e..3e4e46d1da6e 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -23,10 +23,6 @@ CFLAGS+= "-fPIC" .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not link on amd64 (mime port needs to provide libmime.so)" -.endif - post-install: ${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so |