From 7fc039b375479acbe88ac8722a8c679c8f587690 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 13 Apr 2002 06:19:32 +0000 Subject: Make it easier to find libjpeg in non-standard installs. Submitted by: A cast of thousands --- x11/xscreensaver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/xscreensaver') 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 -- cgit v1.2.3