summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-08-16 22:04:46 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-08-16 22:04:46 +0000
commit4b920cad3dcda5f8fc6d7877053359d311b91bed (patch)
tree288c05994115e7d0062d065603e888f2e66af4e7 /cad
parent424b7271ddac2dc72cc8300385290dbaf80be17f (diff)
downloadpkgsrc-4b920cad3dcda5f8fc6d7877053359d311b91bed.tar.gz
add -lX11 explicitly to LIBS. On the next release this will be fixed
in the upstream sources.
Diffstat (limited to 'cad')
-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"