diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
commit | 1762190743ca803f5ddc564f00e64cd93a9431ff (patch) | |
tree | c912e2be0699992471ad1b05604d10cddee770f1 /editors/lpe | |
parent | 2c49737ca433d36900e5668cdb6eb69c55caec16 (diff) | |
download | ports-1762190743ca803f5ddc564f00e64cd93a9431ff.tar.gz ports-1762190743ca803f5ddc564f00e64cd93a9431ff.zip |
Notes
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 61dff34fa955..05a799f2c0c8 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -29,10 +29,4 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include MAN1= lpe.1 MANLANG= "" bg cs de es fr pl ru -.include <bsd.port.pre.mk> - -.if ( ${ARCH} == "sparc64" ) -BROKEN= "Does not compile on sparc64 (dynamic lib issues)" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |