diff options
author | salo <salo> | 2002-11-30 16:24:35 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 16:24:35 +0000 |
commit | 0ee53e65a8fa5ccab1ed5628cdecf4c2d3169edf (patch) | |
tree | 0ef1b8e260dc5a7b23ce306c37b3594ff9c2a2fb /databases/libgda | |
parent | b8883804363caf6b0c71cdfb0d013ff1d7dbb0dc (diff) | |
download | pkgsrc-0ee53e65a8fa5ccab1ed5628cdecf4c2d3169edf.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 223d82bd9f7..6dad5a83791 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/10/30 00:52:11 rh Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/11/30 16:24:36 salo Exp $ # DISTNAME?= libgda-0.8.199 @@ -13,6 +13,7 @@ USE_X11= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |