summaryrefslogtreecommitdiff
path: root/sysutils/dvd+rw-tools
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-01-31 19:26:32 +0000
committerxtraeme <xtraeme>2006-01-31 19:26:32 +0000
commit36f7be0f451aef4cc661ab76f45f421e4c17464a (patch)
tree33b24004efbb04e484b92c526bfde850870dfe4b /sysutils/dvd+rw-tools
parent477520a142ce08e0a0f6cf86ed2497d04aac8209 (diff)
downloadpkgsrc-36f7be0f451aef4cc661ab76f45f421e4c17464a.tar.gz
Use LDFLAGS to link against librt correctly.
Diffstat (limited to 'sysutils/dvd+rw-tools')
-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