diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-15 17:35:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-15 17:35:51 +0000 |
commit | f170f856f196c238bdd3ac7adf6a490206ba0811 (patch) | |
tree | 9656d4dd27f525d116d6397259c3628279a6067d /multimedia/winff | |
parent | 0b7caaf4b0d5eddf5b747f828e1ab04f0001ed60 (diff) |
- Bump PORTREVISION (lazarus ports were updated to 2.0.4)
- Remove LD_UNSAFE
Notes
Notes:
svn path=/head/; revision=509017
Diffstat (limited to 'multimedia/winff')
-rw-r--r-- | multimedia/winff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 1903c14a514b..e995c896b9d5 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia MASTER_SITES= http://winff.org/docs/source/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -21,7 +21,6 @@ USES= fpc lazarus:flavors USE_FPC= chm fcl-base fcl-image fcl-json fcl-xml pasjpeg regexpr x11 NO_WRKSUBDIR= yes -LLD_UNSAFE= yes _PORTNAME= ${PORTNAME:tl} DATADIR= ${PREFIX}/share/${_PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${_PORTNAME} |