diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 17:00:16 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 17:00:16 +0800 |
commit | a2e55ec8582a7e8cedcfc59ac45a80c6412908d2 (patch) | |
tree | 17702e37a7ec7f9fe6c213089df25a4488f57de2 /multimedia/winff | |
parent | 035ca53a6170cd7abaca3a97b28b3fc63d8b1b78 (diff) | |
download | freebsd-ports-gnome-a2e55ec8582a7e8cedcfc59ac45a80c6412908d2.tar.gz freebsd-ports-gnome-a2e55ec8582a7e8cedcfc59ac45a80c6412908d2.tar.zst freebsd-ports-gnome-a2e55ec8582a7e8cedcfc59ac45a80c6412908d2.zip |
- Add -d to LAZBUILD_CMD. It doesn't need to recompile lazarus dependencies
Diffstat (limited to 'multimedia/winff')
-rw-r--r-- | multimedia/winff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 0ad1dcd4b38f..c6050b113e77 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -32,7 +32,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ "AudioVideo;" \ true -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild +LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d LAZARUS_VER= 1.4.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} |