mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/ftwin: Remove databases/db5 dependency
Added in SVN r533094 due to overlinking Add "-Wl,--as-needed" to LDFLAGS Approved by: portmgr (blanket, build fix)
This commit is contained in:
parent
a7bf6e5948
commit
4124c92e5d
@ -1,6 +1,6 @@
|
||||
PORTNAME= ftwin
|
||||
PORTVERSION= 0.8.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= shoesoft@gmx.net
|
||||
@ -17,13 +17,14 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
|
||||
libpcre.so:devel/pcre \
|
||||
libpuzzle.so:graphics/libpuzzle
|
||||
|
||||
USES= autoreconf bdb libarchive pkgconfig tar:bzip2
|
||||
USES= autoreconf libarchive pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --with-archive=${LOCALBASE}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fpesce
|
||||
GH_TAGNAME= 3355fd9
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
|
||||
PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README
|
||||
|
Loading…
Reference in New Issue
Block a user