diff options
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index e9f5096799de..b111bcb91e2b 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,6 +1,6 @@ PORTNAME= geomview PORTVERSION= 1.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics education MASTER_SITES= SF @@ -19,6 +19,7 @@ USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xmu xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-htmlbrowser=xdg-open --with-pdfviewer=xdg-open \ --with-motif=${LOCALBASE} --with-opengl=${LOCALBASE} |