summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-04 00:49:33 +0000
committerjoerg <joerg>2005-12-04 00:49:33 +0000
commit43c57d88d039c2db17b3d8d001d69a21f7d4e544 (patch)
tree5c7dd168b0d12db6b67aba9c162d2d2736b32ca0 /x11
parent437de46f3b487da55bfe8b30b5fcc635aae39f37 (diff)
downloadpkgsrc-43c57d88d039c2db17b3d8d001d69a21f7d4e544.tar.gz
Use -lcompat on DragonFly and FreeBSD as well.
Diffstat (limited to 'x11')
-rw-r--r--x11/xphoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile
index f103d517d36..4b04d7d904d 100644
--- a/x11/xphoon/Makefile
+++ b/x11/xphoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/11/03 13:50:58 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/04 00:49:33 joerg Exp $
#
DISTNAME= xphoon.tar
@@ -24,7 +24,7 @@ MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS}
GCC_REQD+= 2.95.3
.endif
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
EXTRA_LOCAL_LIBS= -lcompat
.endif