diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-05-11 00:51:58 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-05-11 00:52:46 +0000 |
commit | 8e4d68e489151b98764eb7896a058e537977e564 (patch) | |
tree | 2de9f11779f2a5648ef80f4a56a3aa226996a955 | |
parent | 52ae8e18f86d47e8dd2230f69ae3d20a942030b6 (diff) |
math/octave-forge-communications: Fix configure breakage.
-rw-r--r-- | math/octave-forge-communications/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 728f67e71c0f..e55c61c3a58e 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING RUN_DEPENDS= ${OCTAVE_TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal -USES= octave autoreconf +USES= octave autoreconf pkgconfig OCTAVE_SRC= ${OCTAVE_PKGNAME} |