diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 10:15:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 10:15:45 +0000 |
commit | b49e9d0857dfbc30e5c1521bc7ac792848670322 (patch) | |
tree | 9a406b57ee13023d278e2aa193cb91cebda68f84 /audio/audacious/Makefile | |
parent | 18cd86c57a11a458921d0be603eb4e1bcf14e09f (diff) | |
download | pkgsrc-b49e9d0857dfbc30e5c1521bc7ac792848670322.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'audio/audacious/Makefile')
-rw-r--r-- | audio/audacious/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 39b9925bc09..f80d420b75e 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/02/20 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2016/02/25 10:15:45 jperkin Exp $ DISTNAME= audacious-3.5.2 PKGREVISION= 2 @@ -20,11 +20,8 @@ PKGCONFIG_OVERRIDE+= audacious.pc.in BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen -.include "../../mk/bsd.prefs.mk" # XXX does not solve linking problem completely -.if ${OPSYS} == "Darwin" -LDFLAGS+= -flat_namespace -undefined suppress -.endif +LDFLAGS.Darwin+= -flat_namespace -undefined suppress .include "../../devel/atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |