aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-09 21:19:13 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-09 21:19:13 +0800
commitc7b95cab2bd09cb83a0bd325b95d274aae2011ed (patch)
tree26be2adcc7ba4869a7fca7d54ee476ea72058794 /x11-clocks
parentb7a55bc08162fcf91db70ee4764cf0eb2f5f0a40 (diff)
downloadfreebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.tar.gz
freebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.tar.zst
freebsd-ports-gnome-c7b95cab2bd09cb83a0bd325b95d274aae2011ed.zip
Respect X11BASE
PR: ports/106162 Approved by: maintainer (implicit)
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/buici-clock/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile
index 85a2b4c1695e..39a6f8c0747a 100644
--- a/x11-clocks/buici-clock/Makefile
+++ b/x11-clocks/buici-clock/Makefile
@@ -26,5 +26,6 @@ PLIST_FILES= bin/buici-clock
post-patch:
@${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in
+ @${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/configure
.include <bsd.port.mk>