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 /graphics/linux-imlib | |
parent | Update to 5.1.33 release. (diff) |
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 'graphics/linux-imlib')
-rw-r--r-- | graphics/linux-imlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux-imlib/Makefile b/graphics/linux-imlib/Makefile index 70552b4b75c1..18387be76a5f 100644 --- a/graphics/linux-imlib/Makefile +++ b/graphics/linux-imlib/Makefile @@ -7,13 +7,15 @@ PORTNAME= imlib PORTVERSION= 1.9.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= ${PORTNAME}-${PORTVERSION}-24 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of imlib +CONFLICTS= linux-f8-imlib-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |