diff options
author | acm <acm@FreeBSD.org> | 2015-08-19 01:42:23 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-19 01:42:23 +0800 |
commit | dcd5f388699dd729a66b600188fd143f8e5aa72d (patch) | |
tree | 0151f01097a71971255b338bcce70e072049ca45 | |
parent | e5cb6561ee40a415db72b036d2d93ce1837e9726 (diff) | |
download | freebsd-ports-gnome-dcd5f388699dd729a66b600188fd143f8e5aa72d.tar.gz freebsd-ports-gnome-dcd5f388699dd729a66b600188fd143f8e5aa72d.tar.zst freebsd-ports-gnome-dcd5f388699dd729a66b600188fd143f8e5aa72d.zip |
- Fix build
- Add missing build dependencies
-rw-r--r-- | x11-fm/doublecmd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 60dd6775f644..2a6b70e9e313 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -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: |