diff options
Diffstat (limited to 'math/octave-forge-zeromq/Makefile')
-rw-r--r-- | math/octave-forge-zeromq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-zeromq/Makefile b/math/octave-forge-zeromq/Makefile index 9f518706f31c..01adfd020199 100644 --- a/math/octave-forge-zeromq/Makefile +++ b/math/octave-forge-zeromq/Makefile @@ -12,7 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -LIB_DEPENDS+= libzmq.so:${PORTSDIR}/net/libzmq4 +LIB_DEPENDS+= libzmq.so:net/libzmq4 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. |