summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-06-10 15:17:53 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-06-10 15:17:53 +0000
commit0eeffc923a8c267a7535e9d83ca7dda86e869cdc (patch)
treec38a84163b5840a33db8abbfa0d1a622b4358b56 /deskutils
parentUpdate to 5.10.0 (diff)
The second attempt to fix build on 4.x.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=137192
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/adesklets/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile
index dbddb26655ee..10478dfad517 100644
--- a/deskutils/adesklets/Makefile
+++ b/deskutils/adesklets/Makefile
@@ -31,6 +31,8 @@ SUB_FILES= pkg-message
.if ${OSVERSION} < 500000
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.endif
.if !defined(NOPORTDOCS)