diff options
author | novel <novel@FreeBSD.org> | 2005-10-22 21:52:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-22 21:52:51 +0800 |
commit | 1819618bf68b8d8e9301500e5a116f145e3f840f (patch) | |
tree | 87bef5b1eb166920292dedf040bc69ab3f46073e /russian/prawda | |
parent | e6abdc5f02b52683d8b6eaa46d81ba7c5302d593 (diff) | |
download | freebsd-ports-gnome-1819618bf68b8d8e9301500e5a116f145e3f840f.tar.gz freebsd-ports-gnome-1819618bf68b8d8e9301500e5a116f145e3f840f.tar.zst freebsd-ports-gnome-1819618bf68b8d8e9301500e5a116f145e3f840f.zip |
Make it respect X11BASE.
Reported by: pointyhat via kris
Diffstat (limited to 'russian/prawda')
-rw-r--r-- | russian/prawda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/prawda/Makefile b/russian/prawda/Makefile index 4cf5f9092122..e8f90df93745 100644 --- a/russian/prawda/Makefile +++ b/russian/prawda/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes USE_REINPLACE= yes USE_X_PREFIX= yes -CXXFLAGS+= -I${X11BASE}/include +CXXFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib .include <bsd.port.pre.mk> |