summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/pcb-current/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile
index 480c3ac0632..9fec29014ac 100644
--- a/cad/pcb-current/Makefile
+++ b/cad/pcb-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/07/30 21:56:51 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/16 22:04:46 dmcmahill Exp $
#
DISTNAME= pcb-${SNAPDATE}
@@ -20,6 +20,9 @@ SNAPDATE= 20050609
GNU_CONFIGURE= yes
USE_TOOLS+= bison gm4:run gmake lex
+# needed for XWarpPointer in action.c
+LIBS+= -lX11
+
INFO_FILES= pcb.info
.include "../../mk/bsd.prefs.mk"