diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:02:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:02:03 +0000 |
commit | a00499e1346fb3a34725c7d8dfbf04a4b5669b7e (patch) | |
tree | 6fd5930925eb42bb7babc884c282d12e56dcbf6d /math/glpk | |
parent | 192120bbe3ebed306587e0adc78b9d0ae328a965 (diff) |
BROKEN: Installs files into /usr/include
Notes
Notes:
svn path=/head/; revision=76099
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index a0f8115ace2e..aeefed204f10 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= glpk MAINTAINER= demon@FreeBSD.org +BROKEN= "Installs files into /usr/include" + GNU_CONFIGURE= yes DOCFILES= lang.ps refman.ps bench.txt brcut.txt |