diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 15:16:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 15:16:11 +0000 |
commit | 4e2af845c4652b92d4de6762070af54c7af567a7 (patch) | |
tree | cf97bc4b8005717e4680ab8efec545422c6c0109 /audio/freealut/Makefile | |
parent | 9e2764c7ee930b492a7cc26dc4ebb1f7d161b9e8 (diff) | |
download | pkgsrc-4e2af845c4652b92d4de6762070af54c7af567a7.tar.gz |
Fix linker usage.
Diffstat (limited to 'audio/freealut/Makefile')
-rw-r--r-- | audio/freealut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 43b7169f091..3c038b7fe2a 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/13 14:50:17 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/30 15:16:11 joerg Exp $ # DISTNAME= freealut-1.1.0 @@ -14,5 +14,6 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= admin/pkgconfig/freealut.pc.in +.include "../../mk/pthread.buildlink3.mk" .include "../../audio/openal/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |