diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-04 21:10:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-04 21:10:51 +0000 |
commit | 228a5dc3410cf429286da0a15311f89a439f0799 (patch) | |
tree | b4347319f1b9cab765f8635985925e33c1b46d1c /x11-toolkits | |
parent | 76e888099e413d1a93a7287aabc1b5fd1995cb13 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-c6-tk85/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/linux-c6-tk85/Makefile b/x11-toolkits/linux-c6-tk85/Makefile index ff3e7103510e..8a2cbf40d0f3 100644 --- a/x11-toolkits/linux-c6-tk85/Makefile +++ b/x11-toolkits/linux-c6-tk85/Makefile @@ -10,22 +10,17 @@ PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) -EXTRACT_DEPENDS=rpm2archive:${PORTSDIR}/archivers/rpm4 - CONFLICTS= linux-f10-tk85-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes +USE_LINUX_RPM_BAD_PERMS= yes USE_LINUX_APPS= xorglibs RPMVERSION= 5.el6 BRANDELF_FILES= #usr/bin/wish8.5 USE_LDCONFIG= yes -EXTRACT_CMD= ${LOCALBASE}/bin/rpm2archive -EXTRACT_BEFORE_ARGS= < -EXTRACT_AFTER_ARGS= | ${GZIP_CMD} -cd | ${TAR} xf - --no-same-owner --no-same-permissions - DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr .include <bsd.port.mk> |