summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2015-07-07 23:12:13 -0700
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2015-07-07 23:12:13 -0700
commit55a23712ade74836be11feb9602f90d360aea44a (patch)
tree8de541c9dffaaf20f078807ca6489e6cbf211301 /Makefile
parent326f26c5138526eccc7c57a22c3a1138e1535fcc (diff)
parent80e7b83d541044c698d6e9e40cc122e0cf287858 (diff)
Merge pull request #40 from afh/pull/osx
Mac OS X compatibility changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf52d90..1823f3d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ ifeq ($(OS),OpenBSD)
LIBS+=-lossaudio
endif
-ifeq ($(OS), NetBSD)
-LIBS+= -lprop
+ifeq ($(OS),NetBSD)
+LIBS+=-lprop
endif
# This probably applies for any pkgsrc based system