diff options
-rw-r--r-- | x11/stockticker_applet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/stockticker_applet/Makefile b/x11/stockticker_applet/Makefile index 80bda5698af5..9ad710bff856 100644 --- a/x11/stockticker_applet/Makefile +++ b/x11/stockticker_applet/Makefile @@ -17,6 +17,8 @@ MAINTAINER= sobomax@FreeBSD.org USE_GNOME= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib pre-patch: @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |