diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 20:52:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 20:52:22 +0000 |
commit | fecb2f131a5d4975a245719080af2d47f52028d5 (patch) | |
tree | 4ed135d446d5ceed56da4e7e47f692241630677c /graphics/xsane/Makefile | |
parent | f608bc93dc277723198f32f9cede9862b88ce550 (diff) |
- Update to 0.99
PR: ports/92217
Submitted by: Dominik Brettnacher <domi@dominik.saargate.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=154282
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 58cb3617d31b..ef68ba570ba0 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xsane -PORTVERSION= 0.98 +PORTVERSION= 0.99 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ @@ -23,7 +23,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |