diff options
author | martin <martin@pkgsrc.org> | 2010-02-05 19:36:16 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2010-02-05 19:36:16 +0000 |
commit | c9c90a5ad35b51c392433821b896fa6912c78ec8 (patch) | |
tree | 4926aeaf464a068a98482d6a2e97873a8b9d7210 /misc/open2300-mysql | |
parent | 1b6b42cb2d39620a8850ab8cd17e2ba10f3ae210 (diff) | |
download | pkgsrc-c9c90a5ad35b51c392433821b896fa6912c78ec8.tar.gz |
Simplify (I accidently reverted parts of joergs changes and solve the
same problem differently - undo that now). No visible change.
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r-- | misc/open2300-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile index 3d552979658..8d73eb4f821 100644 --- a/misc/open2300-mysql/Makefile +++ b/misc/open2300-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/02/05 15:27:27 martin Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/05 19:36:16 martin Exp $ # PKGNAME= ${DISTNAME:S/-/-mysql-/} @@ -9,6 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= mysql2300 INSTALL_TARGET= install-mysql +INSTALLATION_DIRS+= bin LIBS+= -lmysqlclient LIBS.SunOS+= -lnsl -lsocket |