- drop lcompat
tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1 Submitted by: Daniel Lucq
This commit is contained in:
parent
3bc8b92028
commit
331eae9303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177486
1 changed files with 1 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
PORTNAME= tiff
|
||||
PORTVERSION= 3.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
|
||||
http://dl1.maptools.org/dl/libtiff/
|
||||
|
@ -23,8 +24,6 @@ USE_AUTOTOOLS= libtool:15
|
|||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
|
||||
--with-jpeg-lib-dir=${LOCALBASE}/lib
|
||||
LDFLAGS+= -lcompat
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.if defined(WITH_X11) && !defined(WITHOUT_X11)
|
||||
USE_XLIB= yes
|
||||
|
|
Loading…
Reference in a new issue