mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix build
- Add missing build dependencies
This commit is contained in:
parent
9f78fad961
commit
9640ea734e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394626
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= doublecmd
|
||||
PORTVERSION= 0.6.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
@ -21,6 +22,8 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
PORTDOCS= *
|
||||
|
||||
USES= dos2unix
|
||||
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \
|
||||
fcl-xml hash iconvenc pasjpeg paszlib x11
|
||||
DOS2UNIX_FILES= src/dmhelpmanager.pas
|
||||
WANT_GNOME= yes
|
||||
|
||||
@ -121,7 +124,7 @@ BUILD_MODE= NoDebug Full Optimizations
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MWFX_FTP}
|
||||
USE_FPC= fcl-net
|
||||
USE_FPC+= fcl-net
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user