diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-13 17:34:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-13 17:34:49 +0800 |
commit | 28e8030ded03c18790b4ae4ea931e0a924c4d643 (patch) | |
tree | 59c54c044c6754da6b31e9167e749036c27c9f16 /databases/gnome-db/Makefile | |
parent | e877031ae25bbef5d475ee5aeace2333bf5b90e2 (diff) | |
download | freebsd-ports-graphics-28e8030ded03c18790b4ae4ea931e0a924c4d643.tar.gz freebsd-ports-graphics-28e8030ded03c18790b4ae4ea931e0a924c4d643.tar.zst freebsd-ports-graphics-28e8030ded03c18790b4ae4ea931e0a924c4d643.zip |
Update checksum. The distfile has been reroled without version bump.
Bump PORTREVISION.
Submitted by: many
Diffstat (limited to 'databases/gnome-db/Makefile')
-rw-r--r-- | databases/gnome-db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index dc406cf049c..dbcaa70ef09 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomedb PORTVERSION= 0.2.90 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db @@ -21,9 +22,9 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |