diff options
Diffstat (limited to 'databases/linux-c6-sqlite3/Makefile')
-rw-r--r-- | databases/linux-c6-sqlite3/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile index 486bd4602e6f..c73037de36c2 100644 --- a/databases/linux-c6-sqlite3/Makefile +++ b/databases/linux-c6-sqlite3/Makefile @@ -9,14 +9,10 @@ CATEGORIES= databases linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* - +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr RPMVERSION= 1.el6_7.2 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes -PORTDOCS= README -DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr - .include <bsd.port.mk> |