diff options
Diffstat (limited to 'databases/linux-f8-sqlite3/Makefile')
-rw-r--r-- | databases/linux-f8-sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile index 0e7574f7cfa7..8421d681a128 100644 --- a/databases/linux-f8-sqlite3/Makefile +++ b/databases/linux-f8-sqlite3/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f8- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} @@ -15,6 +15,8 @@ DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8) +CONFLICTS= linux-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 3.fc8 |