diff options
Diffstat (limited to 'cad/brlcad/Makefile')
-rw-r--r-- | cad/brlcad/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 47c573089a1a..335b1d6691cc 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= brlcad -PORTVERSION= 7.6.4 +PORTVERSION= 7.6.6 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= brlcad @@ -35,8 +35,6 @@ CONFIGURE_ARGS+=--with-libs="-lpng" --program-transform-name="" \ --disable-tcl-build --disable-jove PLIST_SUB+= PORTVERSION=${PORTVERSION} -ALL_TARGET= - MAN1= wish.1 awf.1 comgeom-g.1 g-iges.1 iges-g.1 patch-g.1 rpatch.1 ug-g.1 \ asc-nmg.1 bot_shell-vtk.1 conv-vg2g.1 cy-g.1 dbclean.1 dxf-g.1 enf-g.1 \ euclid-g.1 fast4-g.1 g-acad.1 g-dxf.1 g-euclid.1 g-nff.1 g-nmg.1 \ @@ -138,10 +136,6 @@ BROKEN= "Does not compile on FreeBSD-${OSREL}" IGNORE= dumps core on ${ARCH} .endif -.if ${ARCH} == amd64 -BROKEN= "Does not compile" -.endif - .ifndef WITHOUT_OPTIMIZATION CONFIGURE_ARGS+= --disable-debug .if !(${ARCH} == alpha || ${ARCH} == sparc64 || ${ARCH} == amd64) |