diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:53:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:53:47 +0000 |
commit | 2ec35a94c2c35370c1f117662161718c6b2bab18 (patch) | |
tree | 46babbd4ac84da53cdbf9e29f860ce7419ef3be0 /x11-toolkits | |
parent | 79cd6d2d40980ff1d8d98dbad40e84412b96a390 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index ac500e350775..a0066278a98f 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -33,6 +33,6 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ - ${WRKSRC}/gnome-pty-helper.c + ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c .include <bsd.port.mk> |