aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2008-08-01 21:58:07 +0800
committerarved <arved@FreeBSD.org>2008-08-01 21:58:07 +0800
commit7beed2de38d2205b4d29648bff48d5e97de57252 (patch)
tree199d32213a277de84186ada9f8eff0693f362516
parent06418d9651c0d45bf9a6e60232da388f9cc81dd2 (diff)
downloadfreebsd-ports-gnome-7beed2de38d2205b4d29648bff48d5e97de57252.tar.gz
freebsd-ports-gnome-7beed2de38d2205b4d29648bff48d5e97de57252.tar.zst
freebsd-ports-gnome-7beed2de38d2205b4d29648bff48d5e97de57252.zip
Try to fix the reported build problems
PR: 122416 Inspired by: a patch by Max Brazhnikov for kmatrix3d
-rw-r--r--deskutils/ksmoothdock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile
index 0d1370ecf5bb..503020ce2285 100644
--- a/deskutils/ksmoothdock/Makefile
+++ b/deskutils/ksmoothdock/Makefile
@@ -22,9 +22,10 @@ USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+USE_PERL5_BUILD=yes
pre-configure:
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
- @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
+ @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} -f admin/Makefile.common
.include <bsd.port.mk>