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/linux-c7-sqlite3 | |
parent | 4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff) |
Notes
Diffstat (limited to 'databases/linux-c7-sqlite3')
-rw-r--r-- | databases/linux-c7-sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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> |