diff options
author | pav <pav@FreeBSD.org> | 2009-01-29 02:01:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-29 02:01:13 +0800 |
commit | 9f79490df314f96f61bb1e1ccb77689bdb5adaa6 (patch) | |
tree | 56b36b40ef60da242f129c7d29755852de333b4e | |
parent | af1eff152af4dba9afbd1e9727fd56de51a5a424 (diff) | |
download | freebsd-ports-gnome-9f79490df314f96f61bb1e1ccb77689bdb5adaa6.tar.gz freebsd-ports-gnome-9f79490df314f96f61bb1e1ccb77689bdb5adaa6.tar.zst freebsd-ports-gnome-9f79490df314f96f61bb1e1ccb77689bdb5adaa6.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
-rw-r--r-- | astro/orsa/Makefile | 2 | ||||
-rw-r--r-- | lang/eperl/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index dedaf458ce65..2ada07b66142 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.4.0:${PORTSDIR}/math/GiNaC +BROKEN= does not compile + USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 USE_GL= gl diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 77cf413847d5..7ebc219c242d 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Embedded Perl 5 Language +BROKEN= does not compile + # User-controlled variables list # INSTALL_ALSO_AS_SSSL # install ePerl also as a Server-Side |