diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-31 20:48:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-31 20:48:10 +0800 |
commit | f8936ea0d0ccc95fe26ee622cada6df9bf6958e1 (patch) | |
tree | 62f58a264656d9275ac7573a04c18af7f1df77f8 | |
parent | fb80e33adc9aac9b9083f606edd6e251bd949d4e (diff) | |
download | freebsd-ports-gnome-f8936ea0d0ccc95fe26ee622cada6df9bf6958e1.tar.gz freebsd-ports-gnome-f8936ea0d0ccc95fe26ee622cada6df9bf6958e1.tar.zst freebsd-ports-gnome-f8936ea0d0ccc95fe26ee622cada6df9bf6958e1.zip |
Fix the port (put back several lines accidentally removed by Ade few months
ago).
Submitted by: bento
-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 |