diff options
author | grant <grant@pkgsrc.org> | 2004-03-29 02:44:30 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-29 02:44:30 +0000 |
commit | 63c0932965345fd85f4eed164674dbf9864029db (patch) | |
tree | 30d562cdf1262ebb971eab1bad7a71f4092566f3 | |
parent | aa055d3baca884ac24d3e9a2a66b33d1517ee01b (diff) | |
download | pkgsrc-63c0932965345fd85f4eed164674dbf9864029db.tar.gz |
we need dlcompat on Darwin (I suspect there is a better way to do this
in bsd.pkg.mk...)
-rw-r--r-- | databases/sqsh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile index dfca7181560..83bab46afaa 100644 --- a/databases/sqsh/Makefile +++ b/databases/sqsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/03/29 01:52:11 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/03/29 02:44:30 grant Exp $ DISTNAME= sqsh-1.7-src PKGNAME= sqsh-1.7 @@ -45,6 +45,12 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sqsh ${INSTALL_DATA} ${WRKSRC}/doc/sample.sqshrc ${PREFIX}/share/examples/sqsh +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +. include "../../devel/dlcompat/buildlink2.mk" +.endif + .if !defined(USE_SYBASE_OPENCLIENT) . include "../../databases/freetds/buildlink2.mk" .endif |