diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /devel/linux-allegro/Makefile | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) |
Notes
Diffstat (limited to 'devel/linux-allegro/Makefile')
-rw-r--r-- | devel/linux-allegro/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/linux-allegro/Makefile b/devel/linux-allegro/Makefile index b855c36a7ad4..988cbbafd5d5 100644 --- a/devel/linux-allegro/Makefile +++ b/devel/linux-allegro/Makefile @@ -7,7 +7,7 @@ PORTNAME= allegro PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel linux MASTER_SITES= http://membres.lycos.fr/ebotcazou/allegro/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Cross-platform game programming library (linux version) +CONFLICTS= linux-f8-allegro-[0-9]* + USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 |