mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +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
|
PORTNAME= doublecmd
|
||||||
PORTVERSION= 0.6.5
|
PORTVERSION= 0.6.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-fm
|
CATEGORIES= x11-fm
|
||||||
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
@ -21,6 +22,8 @@ ONLY_FOR_ARCHS= i386 amd64
|
|||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
USES= dos2unix
|
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
|
DOS2UNIX_FILES= src/dmhelpmanager.pas
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
|
|
||||||
@ -121,7 +124,7 @@ BUILD_MODE= NoDebug Full Optimizations
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MWFX_FTP}
|
.if ${PORT_OPTIONS:MWFX_FTP}
|
||||||
USE_FPC= fcl-net
|
USE_FPC+= fcl-net
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user