diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 12:48:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 12:48:10 +0000 |
commit | 1eff7040541e3b5677b78ed32a52ceca35dbd999 (patch) | |
tree | 4a24d64ec234179f8b71688c13fe55c1a3c35979 /x11 | |
parent | out of sync with mozilla. (diff) |
Fix the port (put back several lines accidentally removed by Ade few months
ago).
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=47220
Diffstat (limited to 'x11')
-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 |