summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-01-31 19:26:32 +0000
committerxtraeme <xtraeme>2006-01-31 19:26:32 +0000
commit8b106f948e847f6b32f7e9839768636e30c6f65a (patch)
tree33b24004efbb04e484b92c526bfde850870dfe4b /sysutils
parent101c31ec444986142aed53a6887f291a1f3983b0 (diff)
downloadpkgsrc-8b106f948e847f6b32f7e9839768636e30c6f65a.tar.gz
Use LDFLAGS to link against librt correctly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvd+rw-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile
index 258412fe262..27cf7b5849a 100644
--- a/sysutils/dvd+rw-tools/Makefile
+++ b/sysutils/dvd+rw-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/31 19:01:28 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/31 19:26:32 xtraeme Exp $
#
DISTNAME= dvd+rw-tools-6.0
@@ -20,7 +20,7 @@ INSTALLATION_DIRS= bin man/man1
ONLY_FOR_PLATFORM=Linux-*-* OpenBSD-*-* NetBSD-*-* FreeBSD-*-* \
DragonFly-*-* SunOS-*-* HP-UX-*-* IRIX-*-*
-LIBS.NetBSD+= -lrt # sem_* functions
+LDFLAGS.NetBSD+= -lrt # sem_* functions
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/growisofs ${PREFIX}/bin