ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
19 lines
538 B
Makefile
19 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:30 tnn Exp $
|
|
|
|
PKGNAME= postgresql81-tsearch2-${BASE_VERS}
|
|
PKGREVISION= 1
|
|
COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL
|
|
|
|
DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
|
|
|
|
.include "../../databases/postgresql81/Makefile.common"
|
|
|
|
BUILD_DIRS= contrib/tsearch2/snowball
|
|
BUILD_DIRS+= contrib/tsearch2
|
|
|
|
USE_LIBTOOL= yes
|
|
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
|
|
|
|
.include "../../databases/postgresql81-client/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|