diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
commit | 50179d15670aa6b75dfa5fa9f59ee1ea0492b31d (patch) | |
tree | cbb2bb5845d1a05660a0b1b05a9d0ced2987a82a /graphics/gimageview | |
parent | 5301793045be4cb5eff06ae7364ea01dddc056c5 (diff) | |
download | ports-50179d15670aa6b75dfa5fa9f59ee1ea0492b31d.tar.gz ports-50179d15670aa6b75dfa5fa9f59ee1ea0492b31d.zip |
Notes
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 848c07fed52c..7fdfd2518ccf 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -58,7 +58,7 @@ WITH_LIBMNG= yes WITH_LIBWMF= yes .endif -.if exists(${X11BASE}/lib/librsvg.so.1) +.if exists(${LOCALBASE}/lib/librsvg.so.1) WITH_LIBRSVG= yes .endif |