diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-16 00:59:08 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-16 00:59:08 +0800 |
commit | 32dd58a974e8028f0895b81f1e0dbd9949f7c87a (patch) | |
tree | 80c37619427a37073c541b8eb23949bafcb2c9c7 /editors | |
parent | e77cc3cbaf57c538b8782ea4d715453c9c7e9bc9 (diff) | |
download | freebsd-ports-gnome-32dd58a974e8028f0895b81f1e0dbd9949f7c87a.tar.gz freebsd-ports-gnome-32dd58a974e8028f0895b81f1e0dbd9949f7c87a.tar.zst freebsd-ports-gnome-32dd58a974e8028f0895b81f1e0dbd9949f7c87a.zip |
- Remove LD_UNSAFE (I forgotten it on previous commit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cudatext/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index 1d659313d36b..2309f515985d 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -40,7 +40,6 @@ LAZARUS_PROJECT_FILES+= uniqueinstance/uniqueinstance/uniqueinstance_package.lpk LAZARUS_PROJECT_FILES+= app/cudatext.lpi LAZBUILD_ARGS= -d -LLD_UNSAFE= yes gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 |