diff options
Diffstat (limited to 'databases/linux-c7-sqlite3/Makefile')
-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> |