diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
commit | bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60 (patch) | |
tree | 0dd599c3bd3c385b989cd2ccb511ac9a39bb8c32 /x11-toolkits/linux-c7-tk85 | |
parent | 4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff) | |
download | ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.tar.gz ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-c7-tk85')
-rw-r--r-- | x11-toolkits/linux-c7-tk85/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/linux-c7-tk85/Makefile b/x11-toolkits/linux-c7-tk85/Makefile index 8d7784261bf2..f3a751a0c765 100644 --- a/x11-toolkits/linux-c7-tk85/Makefile +++ b/x11-toolkits/linux-c7-tk85/Makefile @@ -11,16 +11,16 @@ PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* - -DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R} -DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes USE_LINUX_RPM_BAD_PERMS= yes +CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* +DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R} +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |