diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-26 13:35:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-26 13:35:29 +0000 |
commit | 011dfa81be0c10a8edf4a8e38365401f66094115 (patch) | |
tree | f8a8dc1db25b916144f78a16ce28d7b608261d7a /www/linux-c6-qt47-webkit/Makefile | |
parent | 3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de (diff) | |
download | ports-011dfa81be0c10a8edf4a8e38365401f66094115.tar.gz ports-011dfa81be0c10a8edf4a8e38365401f66094115.zip |
Notes
Diffstat (limited to 'www/linux-c6-qt47-webkit/Makefile')
-rw-r--r-- | www/linux-c6-qt47-webkit/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/www/linux-c6-qt47-webkit/Makefile b/www/linux-c6-qt47-webkit/Makefile index 3fdbd6e92d83..5b46f71dcb77 100644 --- a/www/linux-c6-qt47-webkit/Makefile +++ b/www/linux-c6-qt47-webkit/Makefile @@ -5,17 +5,21 @@ PORTNAME= qt47-webkit PORTVERSION= 4.7.2 PORTREVISION= 1 CATEGORIES= www linux -MASTER_SITES= http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj -DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/atrpms/6 +MASTER_SITES= LOCAL/xmj +PKGNAMEPREFIX= linux-${USE_LINUX}- +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 MAINTAINER= emulation@FreeBSD.org -COMMENT= RPM of QT4 (Linux CentOS 6) +COMMENT= RPM of QT4 (Linux CentOS 5) ONLY_FOR_ARCHS= i386 amd64 -RPMVERSION= 1_18.el6 +RPMVERSION= 1_18.el5 USE_LINUX= c6 +LINUX_RPM_ARCH= i386 USE_LINUX_APPS= fontconfig png xorglibs sqlite3 qt47 qt47-x11 + USE_LINUX_RPM= yes +LINUX_DIST_VER= 5 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse |