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 /databases | |
parent | 4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/linux-c6-sqlite3/Makefile | 3 | ||||
-rw-r--r-- | databases/linux-c7-sqlite3/Makefile | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile index ba53d5395fd1..235b97a5874e 100644 --- a/databases/linux-c6-sqlite3/Makefile +++ b/databases/linux-c6-sqlite3/Makefile @@ -10,11 +10,12 @@ CATEGORIES= databases linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> diff --git a/databases/linux-c7-sqlite3/Makefile b/databases/linux-c7-sqlite3/Makefile index 68e2ae62afdd..46e35183ec73 100644 --- a/databases/linux-c7-sqlite3/Makefile +++ b/databases/linux-c7-sqlite3/Makefile @@ -12,13 +12,13 @@ COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS LICENSE= PD -CONFLICTS= linux-c6-${PORTNAME}-[0-9]* - -DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |