diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-05 13:25:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-05 13:25:50 +0000 |
commit | 250f22390180e18d8beb5f805b8f9ba9ec47ce73 (patch) | |
tree | acde19c3252dbbd6c1df86223c9d1195528bda8a /x11-toolkits | |
parent | ee9e9b94b3bdb723055f1aa740214590f6d7a442 (diff) | |
download | ports-250f22390180e18d8beb5f805b8f9ba9ec47ce73.tar.gz ports-250f22390180e18d8beb5f805b8f9ba9ec47ce73.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-c7-gtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-c7-pango/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/linux-c7-gtk2/Makefile b/x11-toolkits/linux-c7-gtk2/Makefile index 4154f0a780a2..aa2e1a10b111 100644 --- a/x11-toolkits/linux-c7-gtk2/Makefile +++ b/x11-toolkits/linux-c7-gtk2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk2 PORTVERSION= 2.24.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-immodules-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} diff --git a/x11-toolkits/linux-c7-pango/Makefile b/x11-toolkits/linux-c7-pango/Makefile index c7e722721c65..6fe6b515d289 100644 --- a/x11-toolkits/linux-c7-pango/Makefile +++ b/x11-toolkits/linux-c7-pango/Makefile @@ -3,6 +3,7 @@ PORTNAME= pango PORTVERSION= 1.36.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org @@ -14,7 +15,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= cairo expat fontconfig libthai xorglibs +USE_LINUX= cairo expat fontconfig harfbuzz libthai xorglibs USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr |