diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-23 13:30:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-23 13:30:14 +0000 |
commit | 2ce90b39101d79d9ca7544e07cb6ee2e596b9c76 (patch) | |
tree | 9b98861aa44e1941f73129ccaa299a16fc83e21c /databases/gnome-db/Makefile | |
parent | ade6b5e9cec60259586f56ceb525f3437bdb1701 (diff) | |
download | ports-2ce90b39101d79d9ca7544e07cb6ee2e596b9c76.tar.gz ports-2ce90b39101d79d9ca7544e07cb6ee2e596b9c76.zip |
Notes
Diffstat (limited to 'databases/gnome-db/Makefile')
-rw-r--r-- | databases/gnome-db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index bf5eb09d3953..8aae09ecae46 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomedb -PORTVERSION= 0.2.90 -PORTREVISION= 3 +PORTVERSION= 0.2.93 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db @@ -25,6 +24,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +PLIST_SUB= VERSION=${PORTVERSION} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |