aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-04-13 14:19:32 +0800
committerdougb <dougb@FreeBSD.org>2002-04-13 14:19:32 +0800
commit7a28b1d2987eb5d331c9b36662e51802c23d9508 (patch)
tree20b116219a7c873bdbc779b5be94fc48014292b6 /x11
parent7f84ef753ba3b04120099a355571e43d7523b491 (diff)
downloadfreebsd-ports-gnome-7a28b1d2987eb5d331c9b36662e51802c23d9508.tar.gz
freebsd-ports-gnome-7a28b1d2987eb5d331c9b36662e51802c23d9508.tar.zst
freebsd-ports-gnome-7a28b1d2987eb5d331c9b36662e51802c23d9508.zip
Make it easier to find libjpeg in non-standard installs.
Submitted by: A cast of thousands
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 698515811ab7..4a78820f3e1a 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -23,7 +23,8 @@ WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \
--with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \
- --with-configdir=${PREFIX}/share/xscreensaver/config/
+ --with-configdir=${PREFIX}/share/xscreensaver/config/ \
+ --with-jpeg=${LOCALBASE}
.include <bsd.port.pre.mk>