summaryrefslogtreecommitdiff
path: root/x11/xphoon
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-04 00:49:33 +0000
committerjoerg <joerg>2005-12-04 00:49:33 +0000
commitbdfb13e11fe33630382eabf5ce58079ac4cb31bd (patch)
tree5c7dd168b0d12db6b67aba9c162d2d2736b32ca0 /x11/xphoon
parent34967334401067273c0ab1065bda6983dc6cec1b (diff)
downloadpkgsrc-bdfb13e11fe33630382eabf5ce58079ac4cb31bd.tar.gz
Use -lcompat on DragonFly and FreeBSD as well.
Diffstat (limited to 'x11/xphoon')
-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