diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /graphics/linux-f10-cairo/Makefile | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) | |
download | ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.tar.gz ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.zip |
Notes
Diffstat (limited to 'graphics/linux-f10-cairo/Makefile')
-rw-r--r-- | graphics/linux-f10-cairo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/linux-f10-cairo/Makefile b/graphics/linux-f10-cairo/Makefile index 32a5fca93c79..c2e7290b229f 100644 --- a/graphics/linux-f10-cairo/Makefile +++ b/graphics/linux-f10-cairo/Makefile @@ -3,11 +3,9 @@ PORTNAME= cairo PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux Fedora 10) @@ -15,9 +13,10 @@ COMMENT= Vector graphics library Cairo (Linux Fedora 10) CONFLICTS= linux-cairo-[0-9]* linux-f8-cairo-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig png xorglibs -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes |