diff options
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r-- | databases/libgda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 9d56ac93c295..dc4502eb3442 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgda PORTVERSION= 0.2.90 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db @@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |