diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-07-26 13:01:22 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-07-26 13:01:22 +0000 |
commit | a859e9e862671d03305025eb8938fb2a0334d301 (patch) | |
tree | d8fa961b16cf80ca44a81c938404fd8a0ff18b41 /graphics | |
parent | efa1f30c1bd3870d266f43064b9c6bf304bfa93c (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/allegrogl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/allegrogl/Makefile b/graphics/allegrogl/Makefile index 53a39c7365b7..bcf8b7b4a0fa 100644 --- a/graphics/allegrogl/Makefile +++ b/graphics/allegrogl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: allegrogl -# Date created: 22 Jan 2004 -# Whom: Igor Pokrovsky <tiamat@comset.net> -# +# Created by: Igor Pokrovsky <tiamat@comset.net> # $FreeBSD$ -# PORTNAME= allegrogl PORTVERSION= 0.4.3 @@ -18,6 +14,8 @@ LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro CONFLICTS= allegro-devel-[0-9]* +BROKEN= Does not build. Use allegro-devel if you need this functionality + USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu |