diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /databases/libgdamm | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) |
Notes
Diffstat (limited to 'databases/libgdamm')
-rw-r--r-- | databases/libgdamm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index f784a5aa4a87..ccf2c86ffde6 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-static BROKEN= "Does not build with libgda-1.3.91" -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |