diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
commit | d41db796bd7cff9ae9552600909f5c0ae1bd9277 (patch) | |
tree | 6c28dd92d52acb619455f2ef33b5f35a668229af /devel/linux-allegro | |
parent | 69ff18d2fc3f2fab2f37e3c338f4ac6417d56b3a (diff) | |
download | freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.gz freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.zst freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.zip |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Diffstat (limited to 'devel/linux-allegro')
-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 |