aboutsummaryrefslogtreecommitdiffstats
path: root/x11/p5-X11-GUITest
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-11-02 11:25:37 +0800
committerijliao <ijliao@FreeBSD.org>2004-11-02 11:25:37 +0800
commit8a16a33f7de0f3ce5a71976b558a0c60f5439ea6 (patch)
tree66a1fed00c3b968b80fa7917fe09121d9b01b241 /x11/p5-X11-GUITest
parent394cb22fecb3aafb98d217bd089cbabeda70a0ba (diff)
downloadfreebsd-ports-gnome-8a16a33f7de0f3ce5a71976b558a0c60f5439ea6.tar.gz
freebsd-ports-gnome-8a16a33f7de0f3ce5a71976b558a0c60f5439ea6.tar.zst
freebsd-ports-gnome-8a16a33f7de0f3ce5a71976b558a0c60f5439ea6.zip
add missing depends
Submitted by: pointyhat via kris
Diffstat (limited to 'x11/p5-X11-GUITest')
-rw-r--r--x11/p5-X11-GUITest/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile
index ec1f270f50c7..874a2d67d107 100644
--- a/x11/p5-X11-GUITest/Makefile
+++ b/x11/p5-X11-GUITest/Makefile
@@ -20,7 +20,12 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
+USE_REINPLACE= yes
+USE_XLIB= yes
PERL_CONFIGURE= yes
MAN3= X11::GUITest.3
+post-patch:
+ @${REINPLACE_CMD} -e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>